cmake/Tests/Testing/pcStatic.c
2009-10-04 10:30:41 +03:00

5 lines
65 B
C

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