gcc/gcc/testsuite/gcc.dg/pr72816.c

10 lines
129 B
C

/* PR c/72816 */
/* { dg-do compile } */
/* { dg-options "-std=gnu11" } */
typedef const int A[];
struct S {
int a;
A b;
};