repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git]
/
clang
/
test
/
Preprocessor
/
mi_opt.c
blob
597ac072b871bae95598089a464ac510d2b7c03d
1
// RUN: not %clang_cc1 -fsyntax-only %s
2
// PR1900
3
// This test should get a redefinition error from m_iopt.h: the MI opt
4
// shouldn't apply.
5
6
#define MACRO
7
#include
"mi_opt.h"
8
#undef MACRO
9
#define MACRO || 1
10
#include
"mi_opt.h"
11