include-what-you-use/tests/comment_pragmas-d10.h

24 lines
914 B
C

//===--- comment_pragmas-d10.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/comment_pragmas-d10.h
* This is an internal header file, included by other library headers
* Do not attempt to use it directly.
* @headername{some_system_header_file, some_other_sytem_header_file}
*/
#ifndef DEVTOOLS_MAINTENANCE_INCLUDE_WHAT_YOU_USE_TESTS_COMMENT_PRAGMAS_D10_H_
#define DEVTOOLS_MAINTENANCE_INCLUDE_WHAT_YOU_USE_TESTS_COMMENT_PRAGMAS_D10_H_
#include "tests/comment_pragmas-i9.h"
#endif // DEVTOOLS_MAINTENANCE_INCLUDE_WHAT_YOU_USE_TESTS_COMMENT_PRAGMAS_D10_H_