Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
validation
/
optim
/
load-converted.c
blob: 91e04af4f627837db07007b9f8952eba1d87c89e [
file
] [
log
] [
blame
]
static
int
foo
(
int
*
p
,
int
i
)
{
int
a
=
p
[
i
];
int
b
=
p
[
i
];
return
(
a
-
b
);
}
/*
* check-name: load-converted
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-excludes: add\\.
*/