1 #include "Foo.h" 2 main(int argc,char ** argv)3 int main(int argc, char **argv) { 4 Foo foo; 5 // break here. 6 return 0; 7 } 8