ref: 69c70ba14ea083bf65395ee45f3aff5956e77d83 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 }