shithub: mc

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

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

const main = {
	`Foo
}