]> git.ipfire.org Git - thirdparty/glibc.git/blob - elf/tst-unique3.h
install.texi: Build was tested with binutils 2.41 (just released)
[thirdparty/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);