repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
other
/
static3.C
blob
1d6b121b85ad388cce4c800337c28623524f1cfa
1
void foo()
2
{
3
struct S
4
{
5
static const int a = 0; // { dg-error "22:local class" }
6
};
7
}