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
/
lto
/
20101009-2_2.c
blob: 4a97fe8062078d5e065cbf3a8577f55a3885674a (
plain
)
1
2
3
4
5
int
bar
(
void
)
{
static
int
i
;
return
++
i
;
}