aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/hello/src/foo.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/hello/src/foo.h')
-rw-r--r--tests/manual/hello/src/foo.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/manual/hello/src/foo.h b/tests/manual/hello/src/foo.h
new file mode 100644
index 000000000..1e4fd7b94
--- /dev/null
+++ b/tests/manual/hello/src/foo.h
@@ -0,0 +1,7 @@
+#ifndef FOO_H
+#define FOO_H
+
+int someUsefulFunction();
+
+#endif
+