shithub: mc

ref: 05764878243785d7bae1dda067d86eb9bcaec443
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}