shithub: mc

ref: 49fcb8a106211d40ee2e94a52a82fbee99cc37e9
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
}