shithub: mc

ref: 4efd6777d6644058c97db129288a4ab48fcfd92d
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