Bug 1846030 [wpt PR 41229] - CloseWatcher: factor out and expand Esc key tests, a...
[gecko.git] / tools / clang-tidy / test / misc-unused-using-decls.cpp
blob6564711aba2e6ee11365069d2513ff3cd453a15b
2 // misc-unused-using-decls
3 namespace n { class C; }
4 using n::C;