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/bar.cpp | |
| parent | 36a07b48ce45afc4f91aa0120aa419eb9b5943d1 (diff) | |
add root tests
Diffstat (limited to 'tests/apis/namespace/root/src/bar.cpp')
| -rw-r--r-- | tests/apis/namespace/root/src/bar.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/apis/namespace/root/src/bar.cpp b/tests/apis/namespace/root/src/bar.cpp new file mode 100644 index 000000000..2c00cc6b6 --- /dev/null +++ b/tests/apis/namespace/root/src/bar.cpp @@ -0,0 +1,5 @@ +#include "bar.h" + +int sub(int a, int b) { + return a - b; +} |
