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
/
20010706-1.c
blob: 44aec371a99b83e18f6d2192c63db2ed0167e747 (
plain
)
1
2
3
4
5
foo
(
unsigned
int
x
)
{
return
(
x
<<
1
)
|
(
x
>>
31
);
}