shithub: mc

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

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

const main = {
	`Foo
}