2017-06-14 Paolo Carlini <paolo.carlini@oracle.com>
[official-gcc.git] / gcc / testsuite / g++.dg / template / error18.C
blob7b7151a3b7f49a07f57ac4e828a5be55a1d86125
1 // PR c++/20157
3 template<typename AT>
4 struct A{
5   template<typename T>
6   void function(T);
7 };
9 template<>
10 template<typename ABC,typename DEF>
11 void A<int>::function(ABC); // { dg-error "match" }