shithub: mc

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

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}