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