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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Preprocessor
/
undef-error.c
blob
959c163e031d314c5e12e00d8a89ca1825b6b629
1
// RUN: %clang_cc1 %s -pedantic-errors -Wno-empty-translation-unit -verify
2
// PR2045
3
4
#define b
5
/* expected-error {{extra tokens at end of #undef directive}} */
#undef a b