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