shithub: mc

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

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

const main = {
	`Foo
}