reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 | extern "C" int foo(void); int main (int argc, char **argv) { // Set break point at this line. return foo(); } |