shithub: mc

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

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

const main = {
	`Foo
}