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

20 lines
692 B
C++

//===--- comment_pragmas-i10.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.
//
//===----------------------------------------------------------------------===//
// A public header file exporting the symbol CommentPragmasI10.
#ifndef INCLUDE_WHAT_YOU_USE_TESTS_CXX_COMMENT_PRAGMAS_I10_H_
#define INCLUDE_WHAT_YOU_USE_TESTS_CXX_COMMENT_PRAGMAS_I10_H_
// IWYU pragma: private
// IWYU pragma: friend tests/cxx/.*-d13.h
class CommentPragmasI10 {};
#endif // INCLUDE_WHAT_YOU_USE_TESTS_CXX_COMMENT_PRAGMAS_I10_H_