From 284f3972844ea124c0cd9ee5500e99440bb96aac Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Sun, 31 Aug 2025 01:09:37 +0200 Subject: g2h: Add file page Also move helpers to dedicated files. --- test_repo/src/lib.cc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test_repo/src/lib.cc (limited to 'test_repo/src/lib.cc') diff --git a/test_repo/src/lib.cc b/test_repo/src/lib.cc new file mode 100644 index 0000000..2083478 --- /dev/null +++ b/test_repo/src/lib.cc @@ -0,0 +1,9 @@ +#include "lib.h" + +#include + +namespace lib { +std::string_view print() { + return "test"; +} +} -- cgit v1.2.3