1 //===--- comment_pragmas-d4.h - test input file for iwyu ------------------===//
2 //
3 //                     The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 
10 // This is a private file included directly by comment_pragmas.cc.
11 
12 #ifndef INCLUDE_WHAT_YOU_USE_TESTS_CXX_COMMENT_PRAGMAS_D4_H_
13 #define INCLUDE_WHAT_YOU_USE_TESTS_CXX_COMMENT_PRAGMAS_D4_H_
14 
15 // NOTE: comment_pragmas-i7.h includes but doesn't export this file.
16 // IWYU pragma: private, include "tests/cxx/comment_pragmas-i7.h"
17 
18 class CommentPragmasD4 {};
19 
20 #endif  // INCLUDE_WHAT_YOU_USE_TESTS_CXX_COMMENT_PRAGMAS_D4_H_
21