shithub: mc

ref: 0c574aa0d1cf26d51211668522db935da52a5ebe
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
}