shithub: mc

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