2009-03-24 10:24:46 +08:00
|
|
|
// RUN: not clang-cc -fsyntax-only %s
|
2008-01-08 03:50:27 +08:00
|
|
|
// 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"
|
|
|
|
|