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
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
boolassign.c
blob
8c563194e09324cf8b50261d251db52c2a6f8ba0
1
// RUN: %clang_cc1 %s -emit-llvm -o %t
2
3
int
testBoolAssign
(
void
) {
4
int
ss
;
5
if
((
ss
=
ss
&&
ss
)) {}
6
return
1
;
7
}