shithub: mc

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