blob: aa69e2b4aeac314dace5da53f47e295165c17b54 [file] [log] [blame]
Daniel Dunbard7d5f022009-03-24 02:24:46 +00001// RUN: not clang-cc -fsyntax-only %s
Chris Lattner4d730462008-01-07 19:50:27 +00002// PR1900
3// This test should get a redefinition error from m_iopt.h: the MI opt
4// shouldn't apply.
5
6#define MACRO
7#include "mi_opt.h"
8#undef MACRO
9#define MACRO || 1
10#include "mi_opt.h"
11