shithub: mc

ref: 3c4b4fecaf3841b492c75b6dacbc7b68c6aa1703
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