shithub: mc

ref: 18bcc12f58930608f28dd3854f408941d39cc01a
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}