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