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