ref: 61fc99f4d1bb75a6ac88cf5395f37f735589b4ce 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 }