1// RUN: %check_clang_tidy %s misc-unused-using-decls %t -- --fix-notes -- -fno-delayed-template-parsing -isystem %S/Inputs
2
3// Verify that we don't generate the warnings on header files.
4namespace foo { class Foo {}; }
5
6using foo::Foo;
7

source code of clang-tools-extra/test/clang-tidy/checkers/misc/unused-using-decls.hxx