ref: fc03d6189b22d17ac7554ac3de5ab5d47f7d0030 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 }