shithub: mc

ref: 4b51d0d03ae39f5a48f45d0d408a42917f6f099f
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
}