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