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 } */