blob: 4d8de217d77d000a32cbb15fb66fd987db291684 [file] [log] [blame]
#include <vector>
template<typename T> struct A { static bool b; };
template<typename T> bool A<T>::b;