ref: 3ba26321481a71d648b37e6ab001e7d17bb63c67 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 }