shithub: mc

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

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

const main = {
	`Foo
}