shithub: mc

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

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

const main = {
	`Foo
}