shithub: mc

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

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

const main = {
	`Foo
}