1extern "C" int foo(void);2int main (int argc, char **argv) { // Set break point at this line.3 return foo();4}5