shithub: mc

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