shithub: mc

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