index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.c-torture
/
unsorted
/
comb.c
blob: a4689079b7938a9d2ecb0b4a2c5ebb3c08c5510b (
plain
)
1
2
3
4
5
6
7
foo
(
a
,
b
)
{
int
c
=
a
&
b
;
if
((
a
&
b
)
==
0
)
return
0
;
return
c
;
}