diff options
Diffstat (limited to 'tests/projects/c++/shared_library/src/test.cpp')
| -rw-r--r-- | tests/projects/c++/shared_library/src/test.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/projects/c++/shared_library/src/test.cpp b/tests/projects/c++/shared_library/src/test.cpp deleted file mode 100644 index 72e03272b..000000000 --- a/tests/projects/c++/shared_library/src/test.cpp +++ /dev/null @@ -1,10 +0,0 @@ -#include "interface.h" -#include <iostream> - -using namespace std; - -int main(int argc, char** argv) -{ - cout << "add(1, 2) = " << add(1, 2) << endl; - return 0; -} |
