ref: 2b13f71e390a91faabcc209f44b1ec20ae0fa4ff 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 }