llvm/lldb/test/API/tools/lldb-dap/memory/main.cpp

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