#include "static-lib.h" #include int g() { ++p; printf("call %d\n", p); return p; }