blob: fc8c5a986ec5b481ba2ed4b2ce234bd8ff516f5a [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-fparallel-jobs=2 --param=balance-partitions=0" } */
#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
const char *foo1 ()
{
return A;
}
int foo2 ()
{
return 42;
}
int main()
{
char *subs[]={ D, D, D, D, D, D, D, D, D, D, D, D, D, D, D};
}