aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/hello/src/foo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/hello/src/foo.cpp')
-rw-r--r--tests/manual/hello/src/foo.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/manual/hello/src/foo.cpp b/tests/manual/hello/src/foo.cpp
new file mode 100644
index 000000000..6d2828af9
--- /dev/null
+++ b/tests/manual/hello/src/foo.cpp
@@ -0,0 +1,5 @@
+int someUsefulFunction()
+{
+ return 156;
+}
+