shithub: mc

ref: 8849da69a4e556e915c372be825f8cc3b4f775ab
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}