llvm/lldb/test/API/functionalities/inline-sourcefile/main.c

void f();
void stop() {}

int main(int argc, char const *argv[]) {
  f();
  return 0;
}