ref: fc6db2b9b5be239dae9d21906e969d6e5207ec34 dir: /test/union-extraarg.myr/
use std /* should fail to compile becuse we're constructing a union that with too many arguments. */ type u = union `Foo ;; const main = { `Foo 123 }