shithub: mc

ref: b8b1b240c2300954903272a543d9146b59d4f997
dir: /test/tyoccur.myr/

View raw version
/* checks that types do not contain themselves
inline, because that would lead to an infinite
sized type.
*/

type t = struct
	memb : t
;;

var v : t