elf: Ignore LD_BIND_NOW and LD_BIND_NOT for setuid binaries
[glibc.git] / elf / tst-unique3.h
blob716d23641cc607dee49fee92d72917ae0b21702b
1 // BZ 12510
2 template<typename T>
3 struct S
5 static int i;
6 };
8 extern int in_lib (void);