1extern int call_through_indirect(int);
2
3int
4fake_call_through_reexport(int value)
5{
6 return value + 10;
7}
8

Provided by KDAB

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

source code of lldb/test/API/macosx/indirect_symbol/reexport.c