1  /* { dg-do compile } */
       2  /* { dg-options "-gdwarf -dA --param ggc-min-expand=0 --param ggc-min-heapsize=0" } */
       3  /* { dg-final { scan-assembler-times "DIE.*DW_TAG_array_type" 1  } } */
       4  /* { dg-final { scan-assembler-times "DIE.*DW_TAG_subrange_type" 1  } } */
       5  
       6  void f1 (void)
       7  {
       8    char buffer1[100];
       9  }
      10  
      11  int f2 (void)
      12  {
      13    return 0;
      14  }
      15  
      16  void f3 (void)
      17  {
      18    char buffer2[100];
      19  }