summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/qualified-id.cpp
blob: 85efab2b5cc95aed48199b0f2f950136b91c4353 (plain)
1
2
3
4
5
6
7
8
9
// RUN: clang-cc -fsyntax-only -verify %s

// PR5061
namespace a {
  template <typename T> class C {};
}
namespace b {
  template<typename T> void f0(a::C<T> &a0) { }
}
OpenPOWER on IntegriCloud