include-what-you-use/tests/cxx/macro_defined_by_includer-g5.h

15 lines
447 B
C++

//===--- macro_defined_by_includer-g5.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 DIRECT_INCLUDE_GUARD_5
#error Do not include directly
#else
class GuardedInclude5 {};
#endif