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
/
friend11.C
blob
7c04f03ace3c0923e529a1c5fcf6a577067c4755
1
// { dg-do assemble }
2
// Origin: robt@flyingpig.com
3
4
class Outer
5
{
6
friend void f1();
7
class Inner2;
8
};
9
10
class Outer::Inner2
11
{
12
};