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