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

Provided by KDAB

Privacy Policy
Learn to use CMake with our Intro Training
Find out more

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