shithub: mc

ref: 4f08e008be07a8fa4b76119a17c73574354928fd
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
}