shithub: mc

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