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