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