1 2 3 4 5 6
// RUN: clang-cc -emit-llvm-only -g template<typename T> struct Identity { typedef T Type; }; void f(Identity<int>::Type a) {}