1extern int var_in_mod4;
2extern int *addr (void);
3
4int *
5addr (void)
6{
7 return &var_in_mod4;
8}
9

source code of glibc/elf/nodelmod3.c