shithub: mc

ref: 5850140d219ed3f49c735c8933f752f25d2af0f3
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
}