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