1 2 3 4 5 6 7 8
template <class T> struct A { static const bool b = false; }; template <class T> const bool A<T>::b; void f ();