shithub: mc

ref: 448a5890b3ec77e741d881f02a199a941275883b
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
}