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