index
:
CastXML.git
master
Clone from: https://github.com/CastXML/CastXML.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
input
/
Variable-init-ns.cxx
blob: 72bdc2fe4de50f8155e3fc3e774f488f39b59989 (
plain
)
1
2
3
4
namespace
start
{
static int const
C
=
123
;
int
var_int
=
C
;
}