Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / unsorted / arr.c
blobed56667dd75aac25827c64493cc559175e23e69f
1 foo (a, b, c)
3 bar (a, b);
5 int arr[10];
6 arr[c] = b;
7 bar (arr[0], arr[1]);