diff options
Diffstat (limited to 'Tests/Testing/perconfig.c')
-rw-r--r-- | Tests/Testing/perconfig.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/Testing/perconfig.c b/Tests/Testing/perconfig.c index f8b643a..d942d45 100644 --- a/Tests/Testing/perconfig.c +++ b/Tests/Testing/perconfig.c @@ -1,4 +1,8 @@ +#include "pcShared.h" +extern const char* pcStatic(void); int main() { + pcStatic(); + pcShared(); return 0; } |