1 //===--- comment_pragmas-d14.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 // A public header file exporting the symbol CommentPragmasD14.
11 #ifndef INCLUDE_WHAT_YOU_USE_TESTS_CXX_COMMENT_PRAGMAS_D14_H_
12 #define INCLUDE_WHAT_YOU_USE_TESTS_CXX_COMMENT_PRAGMAS_D14_H_
13 
14 // IWYU pragma: private
15 // IWYU pragma: friend nobody
16 
17 class CommentPragmasD14 {};
18 
19 #endif  // INCLUDE_WHAT_YOU_USE_TESTS_CXX_COMMENT_PRAGMAS_D14_H_
20