shithub: mc

ref: b350574a9345bc0f4bdd603c336457d2268060f6
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}