Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
validation
/
linear
/
phi-order04.c
blob: 7548537a92a1309ddde425eebca3a9bfcb0fd5f9 [
file
] [
log
] [
blame
]
static
void
foo
(
int
*
b
)
{
if
(
1
)
{
int
c
;
b
=
&
c
;
}
}
/*
* check-name: phi-order04
* check-command: sparse -vir -flinearize=last $file
*/