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
/
Namespace-Class-members.cxx
blob: 55f6f34f0a95aed52e005bffeb37070227fd0915 (
plain
)
1
2
3
4
5
6
7
namespace
start
{
class
A
{
static int
data
;
};
int
A
::
data
;
}