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.dg
/
graphite
/
id-pr43351.c
blob: 0590584c5d3cc8697cb335d27f027cf91510d440 (
plain
)
1
2
3
4
5
int
foo
(
int
i
)
{
if
(
i
<
0
)
return
0
;
for
(;
i
<
10
;
i
++
);
}