diff options
| author | ruki <[email protected]> | 2023-10-26 22:52:20 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-10-26 22:52:20 +0800 |
| commit | b6631aa5791471e0403314fae8dfe44d9408baec (patch) | |
| tree | 4fadca2ed08a66b1688002bbbbb61ad7a0aea19e /tests/apis/target_get_from/src/foo.cpp | |
| parent | 76b45e616eef765de745f0e4fa71b8d64fd0a9a7 (diff) | |
add tests
Diffstat (limited to 'tests/apis/target_get_from/src/foo.cpp')
| -rw-r--r-- | tests/apis/target_get_from/src/foo.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/apis/target_get_from/src/foo.cpp b/tests/apis/target_get_from/src/foo.cpp new file mode 100644 index 000000000..1a1fb3425 --- /dev/null +++ b/tests/apis/target_get_from/src/foo.cpp @@ -0,0 +1,5 @@ +#include "foo.h" + +int add(int a, int b) { + return a + b; +} |
