diff options
| author | ruki <[email protected]> | 2025-01-06 22:51:28 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-01-06 18:12:52 +0800 |
| commit | d4cbbbb952700a31d17f580a0376b4793de45d7a (patch) | |
| tree | d81500e544caee27ce46d4009ca1dedf2a16ab0e /tests/apis/namespace/root/src/foo.cpp | |
| parent | 36a07b48ce45afc4f91aa0120aa419eb9b5943d1 (diff) | |
add root tests
Diffstat (limited to 'tests/apis/namespace/root/src/foo.cpp')
| -rw-r--r-- | tests/apis/namespace/root/src/foo.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/apis/namespace/root/src/foo.cpp b/tests/apis/namespace/root/src/foo.cpp new file mode 100644 index 000000000..1a1fb3425 --- /dev/null +++ b/tests/apis/namespace/root/src/foo.cpp @@ -0,0 +1,5 @@ +#include "foo.h" + +int add(int a, int b) { + return a + b; +} |
