repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
parse
/
friend5.C
blob
5e23f457829de1f55e758c184f8c0baa4ef61469
1
// PR c++/23694
2
3
extern "C" struct A
4
{
5
friend void foo(int) {} // { dg-error "declaration" }
6
friend void foo() {} // { dg-error "foo" }
7
};