Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
validation
/
static-forward-decl.c
blob: d25d8152a1f6368138ea3b8f38a4bd4fa014687a [
file
] [
log
] [
blame
]
int
fref
(
void
);
int
fref
(
void
)
{
return
0
;
}
static
int
floc
(
void
);
int
floc
(
void
)
{
return
0
;
}
static
int
oloc
;
int
oloc
=
0
;
/*
* check-name: static forward declaration
*/