1 2 3 4 5 6 7 8
#include "static-lib.h" #include <stdio.h> int g() { ++p; printf("call %d\n", p); return p; }