cmake/Tests/PerConfig/perconfig.c

9 lines
112 B
C
Raw Normal View History

2009-10-04 10:30:41 +03:00
#include "pcShared.h"
extern const char* pcStatic(void);
int main()
{
pcStatic();
pcShared();
return 0;
}