ref: 4fab528b226ccb3b2e8a017c4a3d4355b1607688 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 }