1extern int b_function();
2
3int main(int argc, char* argv[]) {
4 int ret_value = b_function();
5 return ret_value; // break after function call
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/functionalities/executable_first/main.cpp