Sign in
gnu
/
gcc
/
refs/heads/devel/c++-contracts
/
.
/
gcc
/
testsuite
/
g++.dg
/
init
/
ref13.C
blob: 6be57aa2eca8f4a33362d973dc8ea122eb129091 [
file
] [
log
] [
blame
]
// PR c++/28338
void
foo
()
{
{
static
const
int
&
i
=
0
;
}
{
static
const
int
&
i
=
0
;
}
}