Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/gcc.dg/pr93573-2.c

7 lines
219 B
C

/* PR c/93573 */
/* { dg-do compile } */
/* { dg-options "" } */
int f[100.0]; /* { dg-error "has non-integer type" } */
/* { dg-bogus "variably modified .f. at file scope" "" { target *-*-* } .-1 } */