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

8 lines
76 B
C

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