Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
validation
/
linear
/
fp-vs-ptrcast.c
blob: 817aee5c909ffc56ab895bf4af93aac7054373a3 [
file
] [
log
] [
blame
]
float
*
f01
(
void
*
p
)
{
return
p
;
}
/*
* check-name: fp-vs-ptrcast
* check-command: test-linearize -Wno-decl $file
* check-output-ignore
*
* check-output-excludes: fpcast
* check-output-contains: ptrcast
*/