shithub: mc

ref: 8e8d3f3d6f01046782529f853032daca2ab1976e
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