shithub: mc

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