(root)/
glibc-2.38/
elf/
tst-unique3.h
       1  // BZ 12510
       2  template<typename T>
       3  struct S
       4  {
       5    static int i;
       6  };
       7  
       8  extern int in_lib (void);