shithub: mc

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

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

const main = {
	`Foo
}