llvm/lldb/test/Shell/ScriptInterpreter/Lua/Inputs/val.c

int main() {
  int val = 0;
  // Break here
  val++;
  val++;
  return 0;
}