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