shithub: mc

ref: 88c02509a60471637e0017814713304eff509e52
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}