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