shithub: mc

ref: 65f7649caf6581f62d87e15bb74d72474f582a55
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
}