1*edbc6e93SRichard Smith template<typename T> struct A { static bool b; }; 2*edbc6e93SRichard Smith template<typename T> bool A<T>::b; 3