diff options
| author | ruki <[email protected]> | 2025-06-27 22:43:33 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-06-27 10:22:06 +0800 |
| commit | 0720b2309a011c26e341dafb50877622e7bb8f17 (patch) | |
| tree | 47faff05bff6f7993620b39c6498110c6348d37a /tests/projects/other/object_only/src/foo.cpp | |
| parent | e2c60ab5bc58d4e0a769591b1ad58285d638ccca (diff) | |
add object only test
Diffstat (limited to 'tests/projects/other/object_only/src/foo.cpp')
| -rw-r--r-- | tests/projects/other/object_only/src/foo.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/projects/other/object_only/src/foo.cpp b/tests/projects/other/object_only/src/foo.cpp new file mode 100644 index 000000000..1a1fb3425 --- /dev/null +++ b/tests/projects/other/object_only/src/foo.cpp @@ -0,0 +1,5 @@ +#include "foo.h" + +int add(int a, int b) { + return a + b; +} |
