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