1extern int circlemod3 (void);
2
3int
4circlemod2 (void)
5{
6 return circlemod3 ();
7}
8

source code of glibc/elf/circlemod2a.c