shithub: mc

ref: 552e5b33111a9bfd408073b8eebaf0bd979199cb
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}