From 0720b2309a011c26e341dafb50877622e7bb8f17 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 27 Jun 2025 22:43:33 +0800 Subject: add object only test --- tests/projects/other/object_only/src/foo.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/projects/other/object_only/src/foo.cpp (limited to 'tests/projects/other/object_only/src/foo.cpp') 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; +} -- cgit v1.3.1