shithub: mc

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