/cp
[official-gcc.git] / gcc / testsuite / g++.dg / template / friend44.C
blob6ff4db3a3b6939e3636507e225f959375912f52a
1 // { dg-options "-fshow-column" }
2 //PR c++/28260
4 template<int> struct A
6   friend int foo(); // { dg-error "14:ambiguating new declaration" }
7 };
9 void foo() { A<0> a; } // { dg-message "6:old declaration" }