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: efb891294f87168a0d7ddd211db7bf225de88eed (
plain
)
1
2
3
4
namespace
N
{
class
start
;
}
using
N
::
start
;