shithub: mc

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

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

const main = {
	`Foo
}