shithub: mc

ref: 10fcb3eade99dfc59043d3488375e863edb068ee
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}