ref: 3aac04fb7bef769b7d3fc6389c7dd76ea196fdc0 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 }