shithub: mc

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

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

const main = {
	`Foo
}