1typedef struct t *tp;
2typedef tp (*get_tp)();
3
4struct t {
5 struct {
6 get_tp get_tp_p;
7 };
8};
9
10struct t t;
11

source code of lldb/test/API/types/recursive_type_2.cpp