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
* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
static3.C
blob
efa094d116ed8738d8ec04ac524590e13ccd5d6d
1
// { dg-do assemble }
2
3
class S
4
{
5
~S();
6
public:
7
friend void f();
8
};
9
10
11
S::~S()
12
{
13
static S s;
14
}