ref: 1877918ac3ebf4ca955a0956a1067139c06efb7c 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 }