shithub: mc

ref: ae494e5d5cbc5ff8094f47efdec22898d84dde63
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