Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
optim
/
select-same-args.c
blob: 403af47169c38a1894c607911fa90f21a4da8626 [
file
] [
log
] [
blame
]
int
foo
(
int
p
,
int
a
)
{
return
(
p
?
a
:
a
)
==
a
;
}
/*
* check-name: select-same-args
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-returns: 1
*/