Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
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\\.
*/