* Makefile.in: Rebuilt.
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 961010-1.c
blobd6145bc4233a99abcd1a66bac3a248575dc8da29
1 double f (double x) { return x == 0 ? x : 0.0; }