1extern int b_function();2 3int main(int argc, char* argv[]) {4 int ret_value = b_function();5 return ret_value; // break after function call6}7