shithub: mc

ref: 500dd060a6b4dfbdf6ffe1c1a6b18069876e9611
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
}