shithub: mc

ref: 734d2e4ffd947e1a5fd73ae22029d3b0647be290
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
}