shithub: mc

ref: 5b2417b3ca17e3d3b5256280d202d577db302bfa
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}