shithub: mc

ref: 9e763fa1dfaf044c83ce97020079246f6323972f
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}