Implement C _FloatN, _FloatNx types.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / builtins-1.c
blob6a48753188c998d4df49c88b14890354812edd7a
1 /* { dg-do compile } */
2 /* { dg-options "-fdump-rtl-expand-all" */
3 int isdigit(int c)
5 return c >= 0;