Clang Project

clang_source_code/test/Import/template/Inputs/T.cpp
1template <typename T> struct A {
2  struct B {
3    T f;
4  };
5};
6