shithub: mc

ref: 3a45cf391fee2805331c88d6947f3bdbd8689478
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}