diff options
Diffstat (limited to 'Tests/ComplexRelativePaths/Library/testConly.c')
-rw-r--r-- | Tests/ComplexRelativePaths/Library/testConly.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/ComplexRelativePaths/Library/testConly.c b/Tests/ComplexRelativePaths/Library/testConly.c new file mode 100644 index 0000000..d2d5294 --- /dev/null +++ b/Tests/ComplexRelativePaths/Library/testConly.c @@ -0,0 +1,6 @@ +#include "sharedFile.h" + +int CsharedFunction() +{ + return 1; +} |