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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
test
/
TableGen
/
prep-diag4.td
blob
4661ef8667d23fc7d6c213b637969cc6ea0c729d
1
// RUN: not llvm-tblgen -I %p %s 2>&1 | FileCheck %s
2
3
// CHECK: error: double #else
4
// CHECK: error: Previous #else is here
5
#ifdef DIAG1
6
#else
7
#else
8
#endif