Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
optim
/
load-dead.c
blob: 52538cc2db237bf05e6ede5f902621ee7974754f [
file
] [
log
] [
blame
]
void
foo
(
int
*
p
)
{
*
p
;
}
int
*
p
;
void
bar
(
void
)
{
*
p
;
}
/*
* check-name: load-dead
* check-command: test-linearize -Wno-decl $file
* check-output-ignore
* check-output-excludes: load\\.
*/