ref: 6f4d243b545169886cfd4498386337ec37d18a1e 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 }