aboutsummaryrefslogtreecommitdiff
path: root/tests/unity/test/testdata/Defs.h
blob: d3a90c0d506c34e561c9ba58f36cd94ea9ceae36 (plain)
1
2
3
4
5
6
7
8
#ifndef DEF_H
#define DEF_H

#define EXTERN_DECL

extern int CounterSuiteSetup;

#endif //DEF_H