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