Move BZ#11261 from 2.18 to 2.16 bug list.
[glibc.git] / elf / order2mod1.c
blobb695db29b7023417a862984bfb23a39c878ca7fb
1 #include <stdio.h>
3 static void
4 __attribute__ ((destructor))
5 fini (void)
7 putchar ('1');