ref: e24e91ebc63ac6dd4bdd6e7408e157c33f2d76e0 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 }