shithub: mc

ref: 9ac459c0cc5beac10be8ba3310af6edd89b1849c
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
}