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
Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
dtor8.C
blob
2fe0a974bb97e3d48c8b3f7a159cc5b633704013
1
// { dg-do compile }
2
3
struct A {};
4
5
struct B
6
{
7
friend A::~B(); // { dg-error "as member of" }
8
};