shithub: mc

ref: 492aca3ff6f829ee09c52e17c86a808430ee7df4
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}