shithub: mc

ref: 605f963ab132456ca911d18000164399ea661aca
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
}