summaryrefslogtreecommitdiff
path: root/Tests/PerConfig/pcShared.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/PerConfig/pcShared.c')
-rw-r--r--Tests/PerConfig/pcShared.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/PerConfig/pcShared.c b/Tests/PerConfig/pcShared.c
new file mode 100644
index 000000000..b08fadc94
--- /dev/null
+++ b/Tests/PerConfig/pcShared.c
@@ -0,0 +1,5 @@
+#include "pcShared.h"
+const char* pcShared(void)
+{
+ return "INFO:symbol[pcShared]";
+}