shithub: mc

ref: 99cfcabc52f10877bbeb3bcdbb1cded0cb3cd9a7
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}