blob: 716d23641cc607dee49fee92d72917ae0b21702b [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001// BZ 12510
2template<typename T>
3struct S
4{
5 static int i;
6};
7
8extern int in_lib (void);