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