glibc/elf/filtmod2.c

8 lines
79 B
C

extern const char *foo (void);
const char *
foo (void)
{
return __FILE__;
}