Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / 931004-1.c
blob0e741fd4ac078d3d574c905b3a96c892f13bfff8
1 #define A "This is a long test that tests the structure initialization"
2 #define B A,A
3 #define C B,B,B,B
4 #define D C,C,C,C
5 int main()
7 char *subs[]={ D, D, D, D, D, D, D, D, D, D, D, D, D, D, D};