blob: 0e741fd4ac078d3d574c905b3a96c892f13bfff8 [file] [log] [blame]
#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};
}