shithub: mc

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

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

const main = {
	`Foo
}