Add test for function pointers in parameterized tests

This commit is contained in:
Jannis Baudisch
2021-04-01 10:29:22 +02:00
parent b51303a65b
commit 77bd4f9943
3 changed files with 17 additions and 1 deletions
+1
View File
@@ -4,5 +4,6 @@
#define EXTERN_DECL
extern int CounterSuiteSetup;
extern int isArgumentOne(int i);
#endif