1extern const char *foo (void);
2
3const char *
4foo (void)
5{
6 return __FILE__;
7}
8

source code of glibc/elf/filtmod2.c