1f51a89d39
These were ignored by git accidentally. We want ALL OF THEM since they all came in the llvm/clang source distribution.
12 lines
230 B
C
12 lines
230 B
C
// RUN: not %clang_cc1 -fsyntax-only %s
|
|
// PR1900
|
|
// This test should get a redefinition error from m_iopt.h: the MI opt
|
|
// shouldn't apply.
|
|
|
|
#define MACRO
|
|
#include "mi_opt.h"
|
|
#undef MACRO
|
|
#define MACRO || 1
|
|
#include "mi_opt.h"
|
|
|