(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
no-math-errno-3.c
       1  /* Test __NO_MATH_ERRNO__ is not defined with -fmath-errno.  */
       2  /* { dg-do compile } */
       3  /* { dg-options "-fmath-errno" } */
       4  
       5  #ifdef __NO_MATH_ERRNO__
       6  #error "__NO_MATH_ERRNO__ defined"
       7  #endif