shithub: mc

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