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