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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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"