shithub: mc

ref: 0a249c24c7dd73fbc47ea3eeb097da814f54bfe0
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
}