diff options
| author | ruki <[email protected]> | 2025-01-07 22:45:32 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-01-07 22:45:32 +0800 |
| commit | e5ea7bc6347ce4c4a62468138753cedea663bfa9 (patch) | |
| tree | bcf7ff39f3b3124cf25aa6867a3f9f5ee5fec17a /tests/apis/namespace/package/src/foo.cpp | |
| parent | c184146581f86d95536dafcadd64e8ae000341f2 (diff) | |
add package for namespace
Diffstat (limited to 'tests/apis/namespace/package/src/foo.cpp')
| -rw-r--r-- | tests/apis/namespace/package/src/foo.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/apis/namespace/package/src/foo.cpp b/tests/apis/namespace/package/src/foo.cpp new file mode 100644 index 000000000..1a1fb3425 --- /dev/null +++ b/tests/apis/namespace/package/src/foo.cpp @@ -0,0 +1,5 @@ +#include "foo.h" + +int add(int a, int b) { + return a + b; +} |
