llvm-project/lldb/lit/tools/lldb-mi/target/inputs/main.c

5 lines
44 B
C

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