12 lines · c
1// RUN: not %clang_cc1 -fsyntax-only %s2// PR19003// This test should get a redefinition error from m_iopt.h: the MI opt 4// shouldn't apply.5 6#define MACRO7#include "mi_opt.h"8#undef MACRO9#define MACRO || 110#include "mi_opt.h"11 12