diff options
Diffstat (limited to 'Tests/SubDirSpaces/Another Subdir/secondone.c')
-rw-r--r-- | Tests/SubDirSpaces/Another Subdir/secondone.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/SubDirSpaces/Another Subdir/secondone.c b/Tests/SubDirSpaces/Another Subdir/secondone.c new file mode 100644 index 0000000..3e9e5af --- /dev/null +++ b/Tests/SubDirSpaces/Another Subdir/secondone.c @@ -0,0 +1,6 @@ +#include <stdio.h> + +void secondone() +{ + printf("Hello again\n"); +} |