shithub: mc

ref: d5b01a9692531e3c30ca659022574bdd5be0ac77
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
}