shithub: mc

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

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

const main = {
	`Foo
}