ref: 3e766b90b472b5fbf1790bcbcc7b3a3245477047 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 }