ref: 80df31d36acaf4cd7d5c7d1bcf62fd85370813ac 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 }