shithub: mc

ref: 7541780143bee3d4fbb18f4d9c4fea2c29f1587a
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
}