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