(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
mips/
nanf-2008.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-mnan=2008 -EB" } */
       3  
       4  float f = __builtin_nanf ("");
       5  
       6  /* { dg-final { scan-assembler "\t\\.nan\t2008\n" } } */
       7  /* { dg-final { scan-assembler "\t\\.word\t2143289344\n" } } */