Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
112 B
C++
Raw Permalink Normal View History

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