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