llvm/clang/test/Import/template/Inputs/T.cpp

template <typename T> struct A {
  struct B {
    T f;
  };
};