shithub: mc

ref: 3ed9d43d93fa78ca837f4e282c88a6538b3fa064
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
}