You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// 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"
|
|
|