// Copyright (c) Lysann Tranvouez. All rights reserved.
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
extern int testFunctionCounter;
int testFunction();
}