#include #include "test_static.h" void func1() { puts( "func1 which calls func2" ); func2(); }