main.cpp 112 Bytes Raw Blame History Permalink 1 2 3 4 extern "C" int foo(void); int main (int argc, char **argv) { // Set break point at this line. return foo(); }