shithub: mc

ref: af272f33d3f7f75006f78d925f57532d879bff31
dir: /test/union-extraarg.myr/

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}