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
/
lookup10.C
blob
a60071dabdd5241c88b8a6bc33b361a62d4ea80c
1
// { dg-do assemble }
2
3
struct A {
4
struct B {
5
static int i;
6
};
7
enum { a };
8
};
9
10
int A::B::i = a;