shithub: mc

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