blob: 38822fb9cf2106a97fce62cd56f77cc43eff353f [file] [log] [blame]
Richard Smithedbc6e92016-10-14 21:41:24 +00001template<typename T> struct A { static bool b; };
2template<typename T> bool A<T>::b;