Add _FloatN, _FloatNx tests for __builtin_fpclassify.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr59891.c
blob1562acccf6877a78bf5c54e0d3af9733c6e1fe0c
1 /* PR c/59891 */
3 unsigned int a;
5 int
6 main ()
8 return (0 ? a : 0) ? : 0 % 0; /* { dg-warning "division by zero" } */