ref: 6880f73fd5b9578a804856ee907bf246bba2687d 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 }