]> git.ipfire.org Git - thirdparty/glibc.git/blob - elf/tst-unique4.h
Simplify tzfile fstat failure code
[thirdparty/glibc.git] / elf / tst-unique4.h
1 // BZ 12511
2 template<int N>
3 struct S
4 {
5 static int i;
6 static const int j;
7 };