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