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

Provided by KDAB

Privacy Policy
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more

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