shithub: mc

ref: 8f6564fd78fd50196301269faa90f6ce06b24fa7
dir: /test/union-extraarg.myr/

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}