shithub: mc

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

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

const main = {
	`Foo
}