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