ref: 5a4946bb577b755df6ddb543bccd0573de7cf2bd 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 }