shithub: mc

ref: 62375ca259df19a32b791ab67256e24a5c75c1db
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