xref
: /
dports
/
devel
/
riscv32-unknown-elf-gcc
/
gcc-8.4.0
/
gcc
/
testsuite
/
gcc.dg
/
pch
/
static-1.hs
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
static
int
foo
(
void
)
2
{
3
static
int
counter
;
4
return
counter
++;
5
}
6