shithub: mc

ref: 1ad37cb101e06f5daf7f8ac450f17fdd2454eeba
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}