ref: 32fd9ebd1835ebb788ddf8555dab777e32ee3f97 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 }