shithub: mc

ref: 8804ceff06b5562451c8d44c639bb88dd6990d3b
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
}