ref: 5a6878701b5066d0143b0a2e21be35ce7f3d8976 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 }