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