summaryrefslogtreecommitdiffstats
path: root/test_repo/src/include/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'test_repo/src/include/lib.h')
-rw-r--r--test_repo/src/include/lib.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/test_repo/src/include/lib.h b/test_repo/src/include/lib.h
new file mode 100644
index 0000000..28fbe8b
--- /dev/null
+++ b/test_repo/src/include/lib.h
@@ -0,0 +1,9 @@
+#pragma once
+
+#include <string_view>
+
+namespace lib {
+
+std::string_view print();
+
+}