shithub: mc

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

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

const main = {
	`Foo
}