shithub: mc

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

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

const main = {
	`Foo
}