shithub: mc

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

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

const main = {
	`Foo
}