include-what-you-use/tests/cxx/comment_pragmas-d8.h

23 lines
818 B
C++

//===--- comment_pragmas-d8.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.
/** @file tests/cxx/comment_pragmas-d8.h
* This is an internal header file, included by other library headers
* Do not attempt to use it directly. @headername{some_system_header_file}
*/
#ifndef INCLUDE_WHAT_YOU_USE_TESTS_CXX_COMMENT_PRAGMAS_D8_H_
#define INCLUDE_WHAT_YOU_USE_TESTS_CXX_COMMENT_PRAGMAS_D8_H_
class CommentPragmasD8 {};
#endif // INCLUDE_WHAT_YOU_USE_TESTS_CXX_COMMENT_PRAGMAS_D8_H_