shithub: mc

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

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

const main = {
	`Foo
}