shithub: mc

ref: 3ed9d43d93fa78ca837f4e282c88a6538b3fa064
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}