diff options
| author | ruki <[email protected]> | 2017-07-21 11:05:53 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-07-21 11:05:53 +0800 |
| commit | 16af707201c013f9b1be26bba7aceed349019631 (patch) | |
| tree | 278369151f8ff9f4b65ad0c3e96cfa76a8f9f4d2 /tests/projects/shared_library_c/src/test.cpp | |
| parent | 5bac5ca75bfcbf449007ce5f8a94bdce1b81b0bb (diff) | |
fix compile shared lib using clang on linux
Diffstat (limited to 'tests/projects/shared_library_c/src/test.cpp')
| -rw-r--r-- | tests/projects/shared_library_c/src/test.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/projects/shared_library_c/src/test.cpp b/tests/projects/shared_library_c/src/test.cpp deleted file mode 100644 index 72e03272b..000000000 --- a/tests/projects/shared_library_c/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; -} |
