shithub: mc

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

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

const main = {
	`Foo
}