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

source code of glibc/elf/unload3mod3.c