Add _FloatN, _FloatNx tests for __builtin_fpclassify.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / 20110719-1.c
blob7797e08ad2b6b08f08356a4412059432b6f93824
1 extern void abort (void);
2 int i;
3 int main()
5 int b = i != 0;
6 int c = ~b;
7 if (c != -1)
8 abort ();
9 return 0;