shithub: mc

ref: 4ea133ddac02791432ad26864fbdad4f1d49120f
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}