1 2 3 4 5 6 7 8 9
#include <stdio.h> extern int doTest(); int main() { printf("%d\n", doTest()); // Set breakpoint here return 0; }