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
/
set88.c
blob: 8069ea622a3d7c1c6e1d100e587c4d065e980e93 (
plain
)
1
2
3
4
5
6
7
8
9
foo
(
a
)
{
return
-
1
<<
a
;
}
bar
(
a
,
b
)
{
return
b
|
(
-
1
<<
a
);
}