ref: 2b28c30518e4aeb4bfc5592773662b89c58e8663 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 }