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.c
blob: 33a139120455dac7021e3d1f750d865f2952e105 (
plain
)
1
2
3
4
5
6
#include
"static-1.h"
static
int
bar
(
void
)
{
static
int
counter
;
return
counter
++
;
}