gecko-dev/tools/clang-tidy/test/modernize-use-using.cpp

7 строки
94 B
C++

template <typename T>
class Test {
typedef typename T::iterator Iter;
};
typedef int Type;