ref: 89363fe7fc174052ede24bcec2e28eacf26e39ed 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 }