blob: d5796cee97dc78ee60008dfc6eeefef863c27656 [file] [log] [blame]
/* { dg-require-stack-size "4*4*2*80" } */
#define A "This is a long test that tests the structure initialization"
#define B A,A
#define C B,B,B,B
#define D C,C,C,C
int main()
{
char *subs[]={ D, D, D, D, D, D, D, D, D, D, D, D, D, D, D};
}