ref: 8ecdf73fad606722a6f2c05f53ad619c21bf84de 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 }