shithub: mc

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