1 #include "derived.h" 2 3 int main() { 4 foo1 = foo2; // break here 5 6 foo1.bar(); 7 return foo1.baz(); 8 } 9