ref: 582cdcfdc679e1df697c12e73dae7323ab2255b3 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 }