shithub: mc

ref: 1bf649bb8a77d72a5333d6290776b436c86e3134
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