shithub: mc

ref: 8ba9576c691e652534586d8ea337b20aef34eb49
dir: /test/tyrec.myr/

View raw version
/* we just want to see if this file compiles */
type foo = struct
	v : foo*
;;

const main = {
	var v : foo
	-> 42
}