]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/tst-unique3.h
test-container: Fix "unused code" warnings on HURD
[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);