Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 931004-1.c
blobd5796cee97dc78ee60008dfc6eeefef863c27656
1 /* { dg-require-stack-size "4*4*2*80" } */
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()
9 char *subs[]={ D, D, D, D, D, D, D, D, D, D, D, D, D, D, D};