test: add test for gcc issue with weak hidden symbol on powerpc
[lttng-ust.git] / tests / gcc-weak-hidden / c.c
1 char testsym[9] __attribute__((weak, visibility("hidden")));
2
3 void *fctlib1(void)
4 {
5 return testsym;
6 }
This page took 0.029785 seconds and 5 git commands to generate.