shithub: mc

ref: 17dda8e9ba00a68218db115871dad8aa17da146f
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