template struct A { static const bool b = false; }; template const bool A::b; void f ();