ref: 14666cb48fd10343edb7e5542c3ae0eb8825fff1 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 }