Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
validation
/
backend
/
setval.c
blob: 66ac970a9b7817f1a119ecca093455be2e4a2c76 [
file
] [
log
] [
blame
]
double
setfval64
(
void
)
{
return
1.23
;
}
float
setfval32
(
void
)
{
return
1.23F
;
}
/*
* check-name: setval-float
* check-command: sparsec -Wno-decl -c $file -o tmp.o
*/