shithub: mc

ref: 80126fceaea7d2fc98094d1e280757f686bead22
dir: /test/union-extraarg.myr/

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}