CMake/Tests/SourceFileProperty/ICaseTest.c
2023-10-26 09:20:45 -04:00

8 lines
66 B
C

#ifdef NEEDED_TO_WORK
int icasetest(void)
{
return 0;
}
#endif