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