repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge reload-branch up to revision 101000
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
unsorted
/
bb1.c
blob
3f9aebe03646d5bd44e3dd726b046828f7f0b2c9
1
foo
(
a
)
2
{
3
int
b
=
32
;
4
if
(
b
&
a
)
5
return
1
;
6
else
7
return
0
;
8
}