shithub: mc

ref: 70c7cde78a758b44fb6f88084ec61923b740b65b
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}