shithub: mc

ref: 0777dce112452cb95d09037ef49a5f35b48ed6e3
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}