shithub: mc

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