shithub: mc

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