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