shithub: mc

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