shithub: mc

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

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

const main = {
	`Foo
}