shithub: mc

ref: 693647efbb86d842a9edc6e15c8d2420ff14b01c
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