llvm/lldb/test/API/tools/lldb-dap/locations/main.c

int main(void) {
  int var1 = 1;
  // BREAK HERE
  return 0;
}