shithub: mc

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

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

const main = {
	`Foo
}