shithub: mc

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