shithub: mc

ref: 46bc8592a6cd4b2be507057f19bbb4e085e89bf2
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}