From d4cbbbb952700a31d17f580a0376b4793de45d7a Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 6 Jan 2025 22:51:28 +0800 Subject: add root tests --- tests/apis/namespace/root/src/bar.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/apis/namespace/root/src/bar.cpp (limited to 'tests/apis/namespace/root/src/bar.cpp') diff --git a/tests/apis/namespace/root/src/bar.cpp b/tests/apis/namespace/root/src/bar.cpp new file mode 100644 index 000000000..2c00cc6b6 --- /dev/null +++ b/tests/apis/namespace/root/src/bar.cpp @@ -0,0 +1,5 @@ +#include "bar.h" + +int sub(int a, int b) { + return a - b; +} -- cgit v1.3.1