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
/
acc.c
blob: a4a027a5fce386324bb1252b861a9e79a984de04 (
plain
)
1
2
3
4
5
6
7
8
foo
(
a
)
{
int
b
=
a
+
1
;
int
c
=
(
short
)
a
;
if
(
b
)
return
b
;
return
1
;
}