(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
analyzer/
pr104089.c
       1  /* { dg-add-options float16 } */
       2  /* { dg-require-effective-target float16 } */
       3  /* { dg-additional-options "-frounding-math" } */
       4  
       5  volatile _Float16 true_min = 5.96046447753906250000000000000000000e-8F16;
       6  
       7  int
       8  main (void)
       9  {
      10    return __builtin_fpclassify (0, 1, 4, 3, 2, true_min);
      11  }