shithub: mc

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

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}