diff options
Diffstat (limited to 'Tests/InterfaceLibrary/libsdir/shareddependlib.cpp')
-rw-r--r-- | Tests/InterfaceLibrary/libsdir/shareddependlib.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/InterfaceLibrary/libsdir/shareddependlib.cpp b/Tests/InterfaceLibrary/libsdir/shareddependlib.cpp new file mode 100644 index 0000000000..378ba8165f --- /dev/null +++ b/Tests/InterfaceLibrary/libsdir/shareddependlib.cpp @@ -0,0 +1,7 @@ + +#include "shareddependlib.h" + +int SharedDependLibObject::foo() const +{ + return 0; +} |