repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
init
/
ref13.C
blob
6be57aa2eca8f4a33362d973dc8ea122eb129091
1
// PR c++/28338
2
3
void foo()
4
{
5
{ static const int& i = 0; }
6
{ static const int& i = 0; }
7
}