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