]> git.ipfire.org Git - thirdparty/glibc.git/blob - elf/nodelmod4.c
install.texi: Build was tested with binutils 2.41 (just released)
[thirdparty/glibc.git] / elf / nodelmod4.c
1 int var_in_mod4 = 99;
2
3 static void
4 __attribute__ ((__destructor__))
5 destr (void)
6 {
7 extern int fini_ran;
8 fini_ran = 1;
9 }