#include #include "test_static.h" void A::method2() { puts( "A::method2()" ); } void A::method2_1() { puts( "A::method2_1()" ); }