shithub: mc

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

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

const main = {
	`Foo
}