shithub: mc

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

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

const main = {
	`Foo
}