summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/misc-unused-using-decls.cpp
blob: 6564711aba2e6ee11365069d2513ff3cd453a15b (plain)
1
2
3
4
// misc-unused-using-decls
namespace n { class C; }
using n::C;