1#include "foo.h"
2
3int main(void) {
4 int i = f();
5 return 0;
6}
7

source code of lldb/test/API/lang/c/full_lto_stepping/main.c