aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/931004-1.c
blob: 0e741fd4ac078d3d574c905b3a96c892f13bfff8 (plain)
1
2
3
4
5
6
7
8
#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};
}