Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
pr30132.c
1
double
testit
(
double
_Complex
*
t
)
2
{
3
return
*
t
==
0
.
0
?
0
.
0
:
-
*
t
;
4
}
5