shithub: mc

ref: 9a5f51b12293227ab7559c11d8fa5bcf18e49302
dir: /test/tyoccur.myr/

View raw version
use std
/* 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