PR tree-optimization/93683 - ICE on calloc with unused return value in ao_ref_init_fr...
[gcc.git] / gcc / testsuite / gcc.dg / pr63549.c
1 /* PR c/63549 */
2 /* { dg-do compile } */
3 /* { dg-options "" } */
4
5 enum E e; /* { dg-error "storage size of 'e' isn't known" } */
6 int a[10];
7 int i = a[e]; /* { dg-error "has an incomplete type" } */