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
/
pch
/
static-1.hs
blob: 08cc4395d0e0145b2bd54ecc2b216053d80e3be8 (
plain
)
1
2
3
4
5
static
int
foo
(
void
)
{
static
int
counter
;
return
counter
++
;
}