OSDN Git Service

Fix PR tree-optimization/21520
[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) {}