xref
: /
netbsd-src
/
external
/
gpl3
/
gdb.old
/
dist
/
gdb
/
testsuite
/
gdb.cp
/
namespace-enum-main.cc
(revision d16b7486a53dcb8072b60ec6fcb4373a2d0c27b7)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
namespace
foo
{
2
int
aglobal
=
0
;
3
}
4
5
int
main
() {
return
0
;}
6