shithub: mc

ref: 58785aa9f3a6fc22a00e4cd0597fc3563dca6c76
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
}