elf: Ignore LD_AUDIT interfaces if la_version returns 0 [BZ #24122]
[platform/upstream/glibc.git] / elf / order2mod1.c
1 #include <stdio.h>
2
3 static void
4 __attribute__ ((destructor))
5 fini (void)
6 {
7   putchar ('1');
8 }