shithub: mc

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