elf: Ignore LD_AUDIT interfaces if la_version returns 0 [BZ #24122]
[platform/upstream/glibc.git] / elf / reldep8mod2.c
1 void
2 __attribute__((constructor))
3 xxx (void)
4 {
5   extern void baz (void);
6   baz ();
7 }