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