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