ref: 04c7c7f5989f7521ca68c8604b5b98b3bd4502bb 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 }