shithub: mc

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