shithub: mc

ref: 23f4bc49055d8a9a28648b1c6e52f24eb4425ddf
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
}