shithub: mc

ref: 2f4ca4b7632f55634b7954ff2f0532677d6cfe11
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
}