ref: 12296450a3b10aae1df092c5f0a4d0891fe421e0 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 }