1 #include "foo.h" 2 main(int argc,char const * argv[])3 int main(int argc, char const *argv[]) { 4 foo(); 5 return 0; // breakpoint 1 6 } 7