shithub: mc

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