shithub: mc

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

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

const main = {
	`Foo
}