hanchenye-llvm-project/clang/test/PCH/Inputs/working-directory-1.h

6 lines
58 B
C++

template<typename T> struct A {
A() {
int a;
}
};