Print DBG() message about compiler weak hidden symbol behavior
[deliverable/lttng-ust.git] / tests / gcc-weak-hidden / c.c
CommitLineData
5a673446
MD
1char testsym[9] __attribute__((weak, visibility("hidden")));
2
3void *fctlib1(void)
4{
5 return testsym;
6}
This page took 0.02415 seconds and 5 git commands to generate.