Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
optim
/
and-or-trunc1.c
blob: 6bbe8a8cf6286cd76da7d4e7207980c2118dcf3e [
file
] [
log
] [
blame
]
char
foo
(
int
x
,
int
y
)
{
return
(
x
&
0xffff
)
|
y
;
}
/*
* check-name: and-or-trunc1
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-excludes: and\\.
*/