shithub: mc

ref: 6a4040c99ee0127808d77ad2dc38220f1a8a1c46
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