shithub: mc

ref: 184ef03517e984d9e9293ecaae60f8785ee73274
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}