glibc/elf/filtmod1.c

6 lines
47 B
C

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