(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
real-const-1.c
       1  /* PR middle-end/21781.  */
       2  /* { dg-do compile } */
       3  /* { dg-options "-Wall" } */
       4  
       5  int foo(void) { if (.0e200000000 == 0 ) return 1; }