Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
validation
/
optim
/
and-or-trunc2.c
blob: e66c1f142aea8f3133c058b81dd947ea45728c0c [
file
] [
log
] [
blame
]
char
foo
(
int
x
,
int
y
)
{
return
(
x
&
0xff07
)
|
y
;
}
/*
* check-name: and-or-trunc2
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-pattern(1): and\\.
* check-output-pattern(1): and\\..*\\$7
*/