shithub: mc

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