diff options
| author | ruki <[email protected]> | 2024-04-02 00:53:31 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-04-02 00:53:31 +0800 |
| commit | cc60126eb206617dc69e6aa96c21ad13c1731f8c (patch) | |
| tree | 108597e771d68641376f0e8a8fc5f14f8313b22c /tests/projects/other/native_module/modules/binary/bar/src/main.cpp | |
| parent | 72985a034146f40d460ea1fcf7bd017c00b520d7 (diff) | |
move native module postions
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, 6 insertions, 0 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 new file mode 100644 index 000000000..740142372 --- /dev/null +++ b/tests/projects/other/native_module/modules/binary/bar/src/main.cpp @@ -0,0 +1,6 @@ +#include <stdio.h> + +int main(int argc, char** argv) { + printf("%s %s\n", argv[1], argv[2]); + return 0; +} |
