1#include <stdio.h>
2
3extern int bar (int);
4
5int
6foo (int x)
7{
8 puts (s: "in foo");
9 return bar (x / 2) + 2;
10}
11

source code of glibc/elf/unload4mod1.c