shithub: mc

ref: 60d61b474fe36484cce4bb844d48faff8d9d1fd6
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