index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
boolassign.c
blob: 7f76a92459008811a7518433f9aa1f25324e0688 (
plain
)
1
2
3
4
5
6
// RUN: clang %s -emit-llvm
int
testBoolAssign
(
void
)
{
int
ss
;
if
((
ss
=
ss
&&
ss
))
{}
}