shithub: mc

ref: 52b8e747b71a308a9cebb0e688c128262e3bd5ab
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}