summaryrefslogtreecommitdiff
path: root/Tests/PerConfig/perconfig.c
blob: d942d4562c6f3d94fd52dce4239948a50545452c (plain)
1
2
3
4
5
6
7
8
#include "pcShared.h"
extern const char* pcStatic(void);
int main()
{
  pcStatic();
  pcShared();
  return 0;
}