repo.or.cz
/
clang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Heikki Kultala] This patch contains the ABI changes for the TCE target.
[clang.git]
/
test
/
CodeGen
/
fold-const-declref.c
blob
5a7ba8e26a77dec5cc4107f57a49c92973d7bf1c
1
// RUN: %clang_cc1 -verify -emit-llvm-only
2
3
// PR7242: Check that this doesn't crash.
4
int
main
(
void
)
5
{
6
int
__negative
=
1
;
7
const int
__max
=
__negative
&&
0
;
8
__max
/
0
;
9
}