shithub: mc

ref: 82841cb55548a8eca0d0cdb5a88ffc1ff0b76338
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
}