From e08b7fc35a754a17feeff663b20cf81b4b428ab7 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Thu, 2 May 2024 17:53:42 +0200 Subject: Add tests for object_only library --- tests/test_cases/deps/object/bar.cpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/test_cases/deps/object/bar.cpp (limited to 'tests/test_cases/deps/object/bar.cpp') diff --git a/tests/test_cases/deps/object/bar.cpp b/tests/test_cases/deps/object/bar.cpp new file mode 100644 index 0000000..5d7c616 --- /dev/null +++ b/tests/test_cases/deps/object/bar.cpp @@ -0,0 +1,3 @@ +#include + +std::string bar() { return "and Galaxy"; } -- cgit v1.2.3