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