blob: 4d8de217d77d000a32cbb15fb66fd987db291684 [file] [log] [blame]
Richard Smithedbc6e92016-10-14 21:41:24 +00001#include <vector>
2
3template<typename T> struct A { static bool b; };
4template<typename T> bool A<T>::b;