index
:
toolchain_gcc.git
master
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc-4.9
/
gcc
/
testsuite
/
gcc.c-torture
/
unsorted
/
andn.c
blob: 2e38dd0e36e08d350042a6158e7c6d132233fa23 (
plain
)
1
2
3
4
5
foo
(
a
)
{
int
b
=
0x1fff
;
return
a
& ~
b
;
}