ref: 8804ceff06b5562451c8d44c639bb88dd6990d3b 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 }