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