shithub: mc

ref: 41f58088d668a208e560de1eecdc7c69582862ca
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}