Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / g++.dg / template / friend44.C
bloba0f63c866ae4fd67841efa00e8cccc4f8fccff15
1 //PR c++/28260
3 template<int> struct A
5   friend int foo(); // { dg-error "new declaration" }
6 };
8 void foo() { A<0> a; } // { dg-error "ambiguates old declaration" }