2
0
mirror of git://sourceware.org/git/glibc.git synced 2025-02-17 13:00:43 +08:00
glibc/elf/tst-unique4.h

8 lines
80 B
C++

// BZ 12511
template<int N>
struct S
{
static int i;
static const int j;
};