shithub: mc

ref: 420aa87291660b3452f42d637227b157dbf86846
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}