1typedef struct t *tp;
2extern struct t t;
3
4int main() {
5 tp tpi = &t;
6 // Test at this line.
7 return 0;
8}
9

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