llvm-project/lldb/test/Shell/Commands/Inputs/main.c

3 lines
53 B
C

int foo() { return 0; }
int main() { return foo(); }