shithub: mc

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

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

const main = {
	`Foo
}