diff options
| author | ruki <[email protected]> | 2024-04-02 21:01:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-04-02 21:01:59 +0800 |
| commit | 6953ca0c43ff4cb08fc9f76eabb5415a892e5167 (patch) | |
| tree | 5b3a9155c882574ac00de5106a691f27a7b0957a /tests/projects/other/native_module/modules/binary/bar/src/main.cpp | |
| parent | 8c9cd4bc8ce80bbf0c2dc56424c3e629c902dbba (diff) | |
add multiple interfaces for bar
Diffstat (limited to 'tests/projects/other/native_module/modules/binary/bar/src/main.cpp')
| -rw-r--r-- | tests/projects/other/native_module/modules/binary/bar/src/main.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/projects/other/native_module/modules/binary/bar/src/main.cpp b/tests/projects/other/native_module/modules/binary/bar/src/main.cpp deleted file mode 100644 index 740142372..000000000 --- a/tests/projects/other/native_module/modules/binary/bar/src/main.cpp +++ /dev/null @@ -1,6 +0,0 @@ -#include <stdio.h> - -int main(int argc, char** argv) { - printf("%s %s\n", argv[1], argv[2]); - return 0; -} |
