summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info.cpp
blob: 2a141857cfe657228d318909fe9a4719059537cd (plain)
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) {}
OpenPOWER on IntegriCloud