mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 19:39:35 +08:00
New
From-SVN: r23566
This commit is contained in:
parent
c36ae80ff2
commit
6b57b51d11
8
gcc/testsuite/g++.old-deja/g++.ns/friend1.C
Normal file
8
gcc/testsuite/g++.old-deja/g++.ns/friend1.C
Normal file
@ -0,0 +1,8 @@
|
||||
// Build don't link:
|
||||
namespace A{
|
||||
void f(int);
|
||||
}
|
||||
|
||||
class X{
|
||||
friend void A::f(int);
|
||||
};
|
Loading…
Reference in New Issue
Block a user