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

20 lines
682 B
C++

//===--- comment_pragmas-d20.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.
//
//===----------------------------------------------------------------------===//
#ifndef INCLUDE_WHAT_YOU_USE_TESTS_CXX_COMMENT_PRAGMAS_D20_H_
#define INCLUDE_WHAT_YOU_USE_TESTS_CXX_COMMENT_PRAGMAS_D20_H_
namespace { class CommentPragmasD20a {}; }
namespace Foo { namespace { class CommentPragmasD20b {}; } }
namespace { class CommentPragmasD20c {}; }
#endif // INCLUDE_WHAT_YOU_USE_TESTS_CXX_COMMENT_PRAGMAS_D20_H_