shithub: mc

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

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

const main = {
	`Foo
}