repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
pch
/
static-1.c
blob
33a139120455dac7021e3d1f750d865f2952e105
1
#include
"static-1.h"
2
static int
bar
(
void
)
3
{
4
static int
counter
;
5
return
counter
++;
6
}