summaryrefslogtreecommitdiffstats
path: root/test_repo/src/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test_repo/src/main.cc')
-rw-r--r--test_repo/src/main.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/test_repo/src/main.cc b/test_repo/src/main.cc
new file mode 100644
index 0000000..db3a36e
--- /dev/null
+++ b/test_repo/src/main.cc
@@ -0,0 +1,7 @@
+#include "lib.h"
+
+#include <iostream>
+
+int main() {
+ std::cout << lib::print() << std::endl
+}