summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr71685.c
blob: 80e5c8f5902adc647e770277dee6d2bba31235d7 (plain)
1
2
3
4
5
6
/* PR c/71685 */
/* { dg-do compile } */
/* { dg-options "-std=gnu11" } */

extern struct S v, s;
struct S { int t; int p[]; } v = { 4, 0 };