shithub: mc

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

View raw version
type u = union
	`Foo int
;;

const main = {
	`Foo
}