Files
CMake/Tests/SubDir/AnotherSubdir/pair+int.int.c
2004-04-27 09:22:57 -04:00

7 lines
104 B
C

#include <stdio.h>
void pair_stuff()
{
printf("Placeholder for a strange file in subdirectory\n");
}