]> git.ipfire.org Git - thirdparty/glibc.git/blob - elf/tst-pie1.c
Fix testing with nss-crypt.
[thirdparty/glibc.git] / elf / tst-pie1.c
1 int
2 foo (void)
3 {
4 return 34;
5 }