1  /* { dg-require-stack-size "4*4*2*80" } */
       2  
       3  #define A "This is a long test that tests the structure initialization"
       4  #define B A,A
       5  #define C B,B,B,B
       6  #define D C,C,C,C
       7  int main()
       8  {
       9    char *subs[]={ D, D, D, D, D, D, D, D, D, D, D, D, D, D, D};
      10  }