summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/PR28752/Subdir1/b.h
blob: 4d8de217d77d000a32cbb15fb66fd987db291684 (plain)
1
2
3
4
#include <vector>

template<typename T> struct A { static bool b; };
template<typename T> bool A<T>::b;
OpenPOWER on IntegriCloud