Get rid of array-bounds warning in __kernel_rem_pio2[f] with gcc 6.1 -O3.
[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);