(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr99708.c
       1  /* PR target/99708 */
       2  /* { dg-do compile } */
       3  
       4  #ifdef __SIZEOF_FLOAT128__
       5  __float128 f = 1.0;
       6  #endif
       7  long double l = 1.0;