shithub: mc

ref: be6da286c13c2aa2249d488cc181d1d4eac40101
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
}