aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/981223-1.c
blob: d207ff10bb3788e9eb50e22de4b2ed29fe80490b (plain)
1
2
3
4
5
6
7
8
__complex__ float
func (__complex__ float x)
{
    if (__real__ x == 0.0)
	return 1.0;
    else
	return 0.0;
}