shithub: mc

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

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

const main = {
	`Foo
}