shithub: mc

ref: 635dfa9043c05bc875bc5c3a77b48ea768b730f0
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
}