2419ed9f01d6025884e8ba1e46c4ca2750c8a1e4
[lttng-ust.git] / tests / gcc-weak-hidden / b.c
1 char testsym[9] __attribute__((weak, visibility("hidden")));
2
3 void *fct1(void)
4 {
5 return testsym;
6 }
This page took 0.032097 seconds and 3 git commands to generate.