shithub: mc

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

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

const main = {
	`Foo
}