shithub: mc

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