ref: 60d61b474fe36484cce4bb844d48faff8d9d1fd6 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 }