shithub: mc

ref: 9647f61a308e0fd2a9074140297c7c3edf100d4d
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