Further harden glibc malloc metadata against 1-byte overflows.
[glibc.git] / elf / tst-unique4.h
blob2d377f5d51f207373d2eb53f94c3e0e7b2cb9afb
1 // BZ 12511
2 template<int N>
3 struct S
5 static int i;
6 static const int j;
7 };