cmake/Tests/SubDir/AnotherSubdir/pair+int.int.c
2024-04-14 22:45:38 +02:00

7 lines
108 B
C

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