fune/tools/clang-tidy/test/modernize-concat-nested-namespaces.cpp
Sylvestre Ledru 3ff277ca7c Bug 1605852 - Enable modernize-concat-nested-namespaces r=andi
Depends on D58190

Differential Revision: https://phabricator.services.mozilla.com/D58191

--HG--
extra : moz-landing-system : lando
2019-12-26 10:22:23 +00:00

5 lines
52 B
C++

namespace mozilla {
namespace dom {
void foo();
}
}