1 class to_keep 2 { 3 int member1; 4 5 void method1(); 6 void method2(); 7 }; 8 9 void bar(to_keep&); 10