CMake/Tests/PerConfig/pcStatic.c

5 lines
65 B
C

const char* pcStatic(void)
{
return "INFO:symbol[pcStatic]";
}