aboutsummaryrefslogtreecommitdiff
path: root/tests/include/test2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/include/test2.cpp')
-rw-r--r--tests/include/test2.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/include/test2.cpp b/tests/include/test2.cpp
new file mode 100644
index 0000000..7039cde
--- /dev/null
+++ b/tests/include/test2.cpp
@@ -0,0 +1,5 @@
+#include "test2.hpp"
+
+int test_call_int() {
+ return 5;
+}