Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
f94e215e4a67e5439d56a67bbe470c7860d4b9a6
/
.
/
test
/
Preprocessor
/
mi_opt.c
blob: 96029dc95abd5c71464bbc0c3b782d475434c12a [
file
] [
log
] [
blame
]
// RUN: not clang -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"