shithub: mc

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