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