Files
clang-p2996/clang-tools-extra/test/modularize/Inputs/InconsistentHeader2.h
2013-03-26 18:17:28 +00:00

4 lines
125 B
C

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