shithub: mc

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

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

const main = {
	`Foo
}