shithub: mc

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

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

const main = {
	`Foo
}