shithub: mc

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

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

const main = {
	`Foo
}