shithub: mc

ref: 3c1277e37fbaea87d770d4a64a5029c4a693bb63
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