index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
961010-1.c
blob: d6145bc4233a99abcd1a66bac3a248575dc8da29 (
plain
)
1
double
f
(
double
x
)
{
return
x
==
0
?
x
:
0.0
;
}