shithub: mc

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