Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
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
*/