repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Dead
[official-gcc.git]
/
gomp-20050608-branch
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
friend5.C
blob
44f16678a23a55c66af9755d8539dd800691660e
1
// { dg-do assemble }
2
// submitted by David C Binderman <dcb@pncl.co.uk>
3
4
struct A {
5
friend bool(); // { dg-error "" } invalid declaration
6
};