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
[flang] Add UNSIGNED (#113504)
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
2003-08-17-DeadCodeShortCircuit.c
blob
031b530672a3fac24d50173fcc7c3cc07c274024
1
// RUN: %clang_cc1 -x c %s -emit-llvm -o /dev/null
2
3
int
test
(
_Bool pos
,
_Bool color
) {
4
return
0
;
5
return
(
pos
&&
color
);
6
}