1*7c3d14c8STreehugger Robot struct A { fooA2*7c3d14c8STreehugger Robot virtual int foo() { return 1; }; 3*7c3d14c8STreehugger Robot virtual int bar(); 4*7c3d14c8STreehugger Robot }; 5