Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
optim
/
and-or-mask0.c
blob: 2d2245ea5c098d78eb91c85ec674a987a10ade37 [
file
] [
log
] [
blame
]
int
foo
(
int
a
,
int
b
)
{
return
((
a
&
0xfffff000
)
|
b
)
&
0xfff
;
}
/*
* check-name: and-or-mask0
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-excludes: or\\.
*/