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