Clang Project
clang_source_code
/
test
/
PCH
/
Inputs
/
working-directory-1.h
1
template<typename T> struct A {
2
A() {
3
int a;
4
}
5
};
6