//===--- comment_pragmas-d2.h - test input file for iwyu ------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// // This is a private file included directly by comment_pragmas.cc. #ifndef INCLUDE_WHAT_YOU_USE_TESTS_CXX_COMMENT_PRAGMAS_D2_H_ #define INCLUDE_WHAT_YOU_USE_TESTS_CXX_COMMENT_PRAGMAS_D2_H_ // Note: there is no file no_such_file.h. It isn't needed for this test. // IWYU pragma: private, include "tests/cxx/no_such_file.h" class CommentPragmasD2 {}; #endif // INCLUDE_WHAT_YOU_USE_TESTS_CXX_COMMENT_PRAGMAS_D2_H_