Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
PR28752
/
Subdir1
/
b.h
1
#include <vector>
2
3
template<typename T> struct A { static bool b; };
4
template<typename T> bool A<T>::b;
5