shithub: mc

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

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

const main = {
	`Foo
}