glibc/elf/tst-unique3.h
2011-03-10 12:51:33 -05:00

9 lines
90 B
C++

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