shithub: mc

ref: 0deadc64c88ae25fbe1b28d603ec8416e45779eb
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}