1int bar (void);
2extern void free (void *);
3
4int bar (void)
5{
6 free (0);
7 return 40;
8}
9

source code of glibc/elf/reldep6mod0.c