Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / unsorted / forgetcc.c
blob4105408a050731e8746157538f88fdc0a070eb3f
1 foo (hp, p, a)
2 short *hp;
3 int *p;
4 int a;
6 hp[10] = a;
7 p[0] = 10;
8 if (hp[10] > 0)
9 return 1;
10 return 0;