Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
53eacc1fa688f066a5426f44fbc85710677fc172
/
.
/
validation
/
mem2reg
/
load-dead.c
blob: 1165fa1eab1b51028096cd7f6f538877b974970c [
file
] [
log
] [
blame
]
int
fun
(
int
);
static
inline
int
fake
(
void
)
{
}
static
void
foo
(
int
a
)
{
0
||
fun
((
a
,
fake
(),
a
));
}
/*
* check-name: load-dead
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-excludes: VOID
*/