]> git.ipfire.org Git - thirdparty/glibc.git/blob - elf/tst-pie1.c
install.texi: Build was tested with binutils 2.41 (just released)
[thirdparty/glibc.git] / elf / tst-pie1.c
1 int
2 foo (void)
3 {
4 return 34;
5 }