Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
linear
/
phi-order03.c
blob: 24ae10e7b7ab03e50485c8cdbf9dfc8e3a350f09 [
file
] [
log
] [
blame
]
int
fun
(
void
);
static
int
foo
(
void
)
{
return
((
0
||
fun
())
&&
fun
());
}
/*
* check-name: phi-order03
* check-command: sparse -vir -flinearize=last $file
*/