shithub: mc

ref: 6880f73fd5b9578a804856ee907bf246bba2687d
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
}