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