From 4fe6254655ec575fe414d382444d6e6023f9ad70 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 6 Jan 2025 23:48:52 +0800 Subject: add includes test --- tests/apis/namespace/includes/src/foo.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/apis/namespace/includes/src/foo.cpp (limited to 'tests/apis/namespace/includes/src/foo.cpp') diff --git a/tests/apis/namespace/includes/src/foo.cpp b/tests/apis/namespace/includes/src/foo.cpp new file mode 100644 index 000000000..1a1fb3425 --- /dev/null +++ b/tests/apis/namespace/includes/src/foo.cpp @@ -0,0 +1,5 @@ +#include "foo.h" + +int add(int a, int b) { + return a + b; +} -- cgit v1.3.1