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