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