shithub: mc

ref: 3e94feff3ad92eb18eea90696b6da15daf79d059
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}