1int main() {
2 int val = 0;
3 // Break here
4 val++;
5 val++;
6 return 0;
7}
8

source code of lldb/test/Shell/ScriptInterpreter/Lua/Inputs/val.c