shithub: mc

ref: 606f89e86ad2574ec1875cefbbcbb35dabcad6f6
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}