summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/modernize-concat-nested-namespaces.cpp
blob: 0ff35d0e07810b38a7b221db03efd56e58795b1f (plain)
1
2
3
4
5
namespace mozilla {
namespace dom {
void foo();
}
}