]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/tst-unique3.h
elf: Refuse to dlopen PIE objects [BZ #24323]
[thirdparty/glibc.git] / elf / tst-unique3.h
CommitLineData
028478fa
UD
1// BZ 12510
2template<typename T>
3struct S
4{
5 static int i;
6};
7
8extern int in_lib (void);