]> git.ipfire.org Git - thirdparty/glibc.git/blob - elf/order2mod1.c
x86-64 memchr/wmemchr: Properly handle the length parameter [BZ #24097]
[thirdparty/glibc.git] / elf / order2mod1.c
1 #include <stdio.h>
2
3 static void
4 __attribute__ ((destructor))
5 fini (void)
6 {
7 putchar ('1');
8 }