shithub: mc

ref: 9dd33d5098c2784d246ce385e6acb7d1aea58df1
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
}