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

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