shithub: mc

ref: 231f122bcbc9010decfaae7942916d7ce948767d
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}