OSDN Git Service

* g++.dg/init/new1.C, g++.dg/template/alignof1.C,
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 981223-1.c
1 __complex__ float
2 func (__complex__ float x)
3 {
4     if (__real__ x == 0.0)
5         return 1.0;
6     else
7         return 0.0;
8 }