shithub: mc

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

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

const main = {
	`Foo
}