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