rt_gccstream/gcc/testsuite/gcc.dg/sizeof-1.c

5 lines
103 B
C

/* PR c/27718 */
/* { dg-do compile } */
int i = sizeof(struct A[]); /* { dg-error "incomplete" } */