#include "test_func.h" int testFunctionCounter = 0; int testFunction() { testFunctionCounter++; return 42; }