]> git.ipfire.org Git - thirdparty/glibc.git/blob - elf/unload4mod2.c
install.texi: Build was tested with binutils 2.41 (just released)
[thirdparty/glibc.git] / elf / unload4mod2.c
1 #include <stdio.h>
2
3 int
4 baz (int x)
5 {
6 puts ("in baz");
7 return x * 4;
8 }