shithub: mc

ref: 29ce560862d68477b95bc6d1898facadc5421ffa
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
}