llvm-project/clang-tools-extra/test/modularize/Inputs/InconsistentHeader2.h

4 lines
125 B
C
Raw Normal View History

// Set up so the declaration in InconsistentSubHeader.h is not defined.
#define SYMBOL2 1
#include "InconsistentSubHeader.h"