PR middle-end/82875
[official-gcc.git] / gcc / testsuite / gcc.dg / pr82875.c
blob5b97b80da2611a4fc1a6162348cbbc56e6f28bef
1 /* PR middle-end/82875 */
2 /* { dg-do compile } */
3 /* { dg-options "-ftree-ter" } */
5 const int a = 100;
7 void
8 foo (void)
10 int c[a];