ubuntu-buildroot/output/build/glibc-2.36-81-g4f4d7a13edfd.../elf/filtmod2.c

8 lines
79 B
C

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