add test case
This commit is contained in:
parent
7c9b945386
commit
4947fb5553
4 changed files with 67 additions and 1 deletions
13
tests/test_func.h
Normal file
13
tests/test_func.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern int testFunctionCounter;
|
||||
|
||||
int testFunction();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue