shithub: mc

ref: 3219b2144ac188b045de6d681435322ddf4da191
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}