shithub: mc

ref: 410752ea2d5f6661e363379d14bd255521ca46e7
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
}