mi_opt.c 230 B

1234567891011
  1. // RUN: not %clang_cc1 -fsyntax-only %s
  2. // PR1900
  3. // This test should get a redefinition error from m_iopt.h: the MI opt
  4. // shouldn't apply.
  5. #define MACRO
  6. #include "mi_opt.h"
  7. #undef MACRO
  8. #define MACRO || 1
  9. #include "mi_opt.h"