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
/
950816-3.c
blob: b3cb0fca3770653bc94d341aa4c23ed492a4a70c (
plain
)
1
2
3
4
5
6
7
8
f
()
{
int
i
;
short
x
,
z
;
for
(
i
=
0
;
i
<=
1
;
i
++
)
x
=
i
;
return
x
+
z
;
}