1 // BZ 12510 2 template<typename T> 3 struct S 4 { 5 static int i; 6 }; 7 8 extern int in_lib (void); 9