ref: 03aaebc565cf8b99b2babb03120998ab3f5a6d31 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 }