summaryrefslogtreecommitdiffstats
path: root/test/input/Namespace-repeat.cxx
blob: bc5221ce0403397bf12997e5d2f9b2251e78fb10 (plain)
1
2
3
4
5
6
7
8
namespace start {
namespace ns {
void f1();
}
namespace ns {
void f2();
}
}