Codebase Browser
llvm
Go to App
llvm
/
lldb/test/API/types/
recursive_type_main.cpp
typedef struct t *tp; extern struct t t; int main() { tp tpi = &t; // Test at this line. return 0; }