glibc/elf/tst-unique3.h

9 lines
90 B
C
Raw Permalink Normal View History

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