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
/
using-declaration-start.cxx
blob: 9d732d051376ab710ee97840252131e5270318c3 (
plain
)
1
2
3
4
namespace
N
{
class
start
;
}
using
N
::
start
;