OSDN Git Service

* gcc.c-torture/compile/pr11832.c: XFAIL for mips and powerpc-linux,
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20020210-1.c
1 /* PR c/5615 */
2 void f(int a, struct {int b[a];} c) {}