shithub: mc

ref: 09f4922d56d1946aa02d5fedccb53b8a32d76ad2
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
}