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
/
compile
/
951220-1.c
blob: 33e98f6221efd2e72473bd213b35b71fb8d5a2e3 (
plain
)
1
2
3
4
f
(
char
*
x
)
{
return
(*
x
&
2
) || (*
x
&
3
);
}