ref: 7635590c1cc9a58fc39a7134882f7a5a8cfd9213 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 }