shithub: mc

ref: 4931139165780ca410fe5ab41cac6d1af0af059e
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}