shithub: mc

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