shithub: mc

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