1 /* PR c/71685 */ 2 /* { dg-do compile } */ 3 /* { dg-options "-std=gnu11" } */ 4 5 extern struct S v, s; 6 struct S { int t; int p[]; } v = { 4, 0 }; 7