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