shithub: mc

ref: 693647efbb86d842a9edc6e15c8d2420ff14b01c
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
}