ref: 6b823d1993cb4bf0b01fca63cb926f8979580ce2 dir: /test/union-extraarg.myr/
use std /* should fail to compile becuse we're constructing a union that with too many arguments. */ type u = union `Foo ;; const main = { `Foo 123 }