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-directive-ns.cxx
blob: 937b851cbc966c31fda99109166181ada664813d (
plain
)
1
2
3
4
5
6
namespace
N
{
class
A
;
}
namespace
start
{
using namespace
N
;
}