summaryrefslogtreecommitdiffstats
path: root/Tests/SubDir/AnotherSubdir/secondone.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/SubDir/AnotherSubdir/secondone.c')
-rw-r--r--Tests/SubDir/AnotherSubdir/secondone.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/SubDir/AnotherSubdir/secondone.c b/Tests/SubDir/AnotherSubdir/secondone.c
new file mode 100644
index 0000000..b55d05f
--- /dev/null
+++ b/Tests/SubDir/AnotherSubdir/secondone.c
@@ -0,0 +1,4 @@
+const char* secondone()
+{
+ return "Hello again";
+}