Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
validation
/
inline_self.c
blob: 14c2b0b2e0004611c26dc9ed407f666805f64218 [
file
] [
log
] [
blame
]
static
inline
void
foo
(
void
)
{
foo
();
}
static
void
baz
(
void
)
{
foo
();
}
/*
* check-name: inline_self
*/