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
/
andn.c
blob: 2e38dd0e36e08d350042a6158e7c6d132233fa23 (
plain
)
1
2
3
4
5
foo
(
a
)
{
int
b
=
0x1fff
;
return
a
&
~
b
;
}