shithub: mc

ref: 644e4fd2b841d47dc914c614501ef0e01674f267
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
}