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

12 lines
425 B
C

//===--- macro_defined_by_includer-i1.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.
//
//===----------------------------------------------------------------------===//
#define DIRECT_INCLUDE_GUARD_1
#include "tests/cxx/macro_defined_by_includer-g1.h"