summaryrefslogtreecommitdiff
path: root/Tests/SubDirSpaces/Another Subdir/pair_int.int.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/SubDirSpaces/Another Subdir/pair_int.int.c')
-rw-r--r--Tests/SubDirSpaces/Another Subdir/pair_int.int.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/SubDirSpaces/Another Subdir/pair_int.int.c b/Tests/SubDirSpaces/Another Subdir/pair_int.int.c
new file mode 100644
index 000000000..b7a623781
--- /dev/null
+++ b/Tests/SubDirSpaces/Another Subdir/pair_int.int.c
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+void pair_stuff()
+{
+ printf("Placeholder for a strange file in subdirectory\n");
+}