llvm-project/lldb/lit/tools/lldb-mi/data/inputs/data-info-line.c

5 lines
52 B
C

int main(void) {
int x = 0;
return 12345 + x;
}