// Contributed by Dodji Seketeli // Origin PR c++/42251 // { dg-do "compile" } struct foo { static const bool b = false; }; template struct S1 { }; template struct S2 : S1 { };