shithub: mc

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

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

const main = {
	`Foo
}