shithub: mc

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

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

const main = {
	`Foo
}