(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
debug/
crash1.c
       1  /* PR c/14492 */
       2  /* { dg-options "" } */
       3  
       4  int main() {
       5    double d = 1.0;
       6    char x[(int) d];
       7    return 0;
       8  }