Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git] / gcc / testsuite / g++.dg / template / friend44.C
blob814fec1d5f70b714fe975e45b70ac96f026db584
1 // { dg-options "-fshow-column" }
2 //PR c++/28260
4 template<int> struct A
6   friend int foo(); // { dg-error "14:new declaration" }
7 };
9 void foo() { A<0> a; } // { dg-error "6:ambiguates old declaration" }