fune/tools/clang-tidy/test/misc-unused-using-decls.cpp
2018-11-30 06:36:07 -05:00

4 lines
65 B
C++

// misc-unused-using-decls
namespace n { class C; }
using n::C;