2007-12-17 Roland McGrath <roland@redhat.com>
[glibc.git] / elf / unload4mod2.c
blob497ef5d93b05f30bc140cef7148f36c578b4f246
1 #include <stdio.h>
3 int
4 baz (int x)
6 puts ("in baz");
7 return x * 4;