Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
671538e8a51eab5bd65a1f9f327ba7f44f84e486
/
.
/
test
/
Preprocessor
/
mi_opt.c
blob: 597ac072b871bae95598089a464ac510d2b7c03d [
file
] [
log
] [
blame
]
// 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"