shithub: mc

ref: 795734f6798e1690964289f58b56d9d92a30c8fb
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}