Files
clang-p2996/lldb/test/API/tools/lldb-dap/memory/main.cpp
2024-09-17 09:30:14 +00:00

7 lines
97 B
C++

int main() {
int not_a_ptr = 666;
const char *rawptr = "dead";
// Breakpoint
return 0;
}