shithub: mc

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

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

const main = {
	`Foo
}