shithub: mc

ref: 0835c92d23bdea6e2a99c816617ecb02733b8414
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
}