Sign in
gnu
/
gcc.git
/
ab7c7b46c35ed1be68d4c020a2f20ee96f68b64b
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pch
/
static-2.c
blob: 23e9af1267902128a2bce2608cae0511e7c1a8c9 [
file
] [
log
] [
blame
]
#include
"static-2.h"
int
bar
(
void
)
{
static
int
counter
;
return
counter
++;
}