shithub: mc

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

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

const main = {
	`Foo
}