]> git.ipfire.org Git - thirdparty/glibc.git/blob - elf/nodlopenmod2.c
install.texi: Build was tested with binutils 2.41 (just released)
[thirdparty/glibc.git] / elf / nodlopenmod2.c
1 extern int a;
2
3 extern int foo (void);
4
5 int
6 foo (void)
7 {
8 return a;
9 }