diff options
Diffstat (limited to 'tests/c_shared_library/src/test.c')
| -rwxr-xr-x | tests/c_shared_library/src/test.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/c_shared_library/src/test.c b/tests/c_shared_library/src/test.c deleted file mode 100755 index 9505a2f75..000000000 --- a/tests/c_shared_library/src/test.c +++ /dev/null @@ -1,8 +0,0 @@ -#include "interface.h" -#include <stdio.h> - -int main(int argc, char** argv) -{ - printf("add(1, 2) = %d\n", add(1, 2)); - return 0; -} |
