shithub: mc

ref: 9fc485a80b9713c1581a3c734d2d2bbf347f80e7
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
}