]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/tst-unique4.h
Fix bad pointer / leak in regex code
[thirdparty/glibc.git] / elf / tst-unique4.h
CommitLineData
320a5dc0
PB
1// BZ 12511
2template<int N>
3struct S
4{
5 static int i;
6 static const int j;
7};