ref: e625989736fb218b9e5b3792b130d84db4ae4f8d 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 }