Fix test cases tst-fnmatch and tst-regexloc for the new iso14651_t1_common file.
[glibc.git] / elf / order2mod3.c
blob7913a79925129bc268dbbd720174fb84141e9073
1 #include <stdio.h>
3 int
4 bar (void)
6 return 1;
9 static void
10 __attribute__ ((destructor))
11 fini (void)
13 putchar ('4');