xref
: /
dports
/
devel
/
zpu-binutils
/
zpu-toolchain-1.0
/
toolchain
/
gcc
/
gcc
/
testsuite
/
g++.old-deja
/
g++.mike
/
ns8.C
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
// { dg-do assemble }
2
3
namespace
A
{
4
int
i
=
1
;
5
}
6
7
namespace
A
{
8
int
j
=
i
;
9
}
10