blob: b2e8f523c84d4ff8ecdd49532863ee2260a71649 [file] [log] [blame]
extern "C" int foo(void);
int main (int argc, char **argv) { // Set break point at this line.
return foo();
}