// Copyright (c) Lysann Tranvouez. All rights reserved.
#include "test_func.h"
int testFunctionCounter = 0;
int testFunction()
{
testFunctionCounter++;
return 42;
}