Add more checks for valid ld.so.cache file (bug 18093)
[platform/upstream/glibc.git] / elf / tst-unique3.h
1 // BZ 12510
2 template<typename T>
3 struct S
4 {
5   static int i;
6 };
7
8 extern int in_lib (void);