llvm/lldb/test/API/lang/c/full_lto_stepping/main.c

#include "foo.h"

int main(void) {
  int i = f();
  return 0;
}