Clang Project

clang_source_code/test/Modules/Inputs/PR28752/Subdir1/c.h
1template<typename T> struct A { static bool b; };
2template<typename T> bool A<T>::b;
3