Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / debug / 20041219-1.c
blob6a62bb95b1780604b59a446f6d0ddd2a409a6191
1 /* PR 18067 */
2 /* { dg-do compile } */
4 void foo(int i)
6 const int j=i+1;
7 int a[1][j*j];