(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
c11-builtins-1.c
       1  /* Test C11 built-in functions: test functions new in C2x are not
       2     declared as built-in for C11.  */
       3  /* { dg-do compile } */
       4  /* { dg-options "-std=c11" } */
       5  
       6  int exp10 (void);
       7  int exp10f (void);
       8  int exp10l (void);
       9  int fabsd32 (void);
      10  int fabsd64 (void);
      11  int fabsd128 (void);
      12  int nand32 (void);
      13  int nand64 (void);
      14  int nand128 (void);
      15  int roundeven (void);
      16  int roundevenf (void);
      17  int roundevenl (void);
      18  int strdup (void);
      19  int strndup (void);