59f9046d9295f1b493393f57c98bde228a72be37
[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.029603 seconds and 3 git commands to generate.