shithub: mc

ref: 5cacde485bf6338bbf216b7a5249bb51c84e15fc
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
}