1#include <stdio.h>
2
3int
4baz (int x)
5{
6 puts (s: "in baz");
7 return x * 4;
8}
9

source code of glibc/elf/unload4mod2.c