shithub: mc

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

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

const main = {
	`Foo
}