(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr93573-2.c
       1  /* PR c/93573 */
       2  /* { dg-do compile } */
       3  /* { dg-options "" } */
       4  
       5  int f[100.0];	/* { dg-error "has non-integer type" } */
       6                  /* { dg-bogus "variably modified .f. at file scope" "" { target *-*-* } .-1 } */