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