ref: 650b63c3d3fbf7935cfc3db0da322b49b02f0388 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 }