glibc/elf/tst-unique3.h

9 lines
90 B
C++

// BZ 12510
template<typename T>
struct S
{
static int i;
};
extern int in_lib (void);