blob: 5162ae0109904a5e5ad1c2796590c85b6854a89e [file] [log] [blame]
#include "pcShared.h"
extern const char* pcStatic(void);
int main(void)
{
pcStatic();
pcShared();
return 0;
}