shithub: mc

ref: bbf152c2fe0b743e8a85ff208f6b19a3d631c78a
dir: /test/union-extraarg.myr/

View raw version
/*
should fail to compile becuse
we're constructing a union that
with too many arguments.
*/
type u = union
	`Foo
;;

const main = {
	`Foo 123
}