shithub: mc

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

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

const main = {
	`Foo
}