shithub: mc

ref: 201facaf04f5148f15806fcebb71c55e671bbe22
dir: /test/union-extraarg.myr/

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}