Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / unsorted / a3.c
blob85d2a242630f408740d9bd1a6867510d949dc872
1 foo (a)
3 int i;
5 for (i = 1; i < a; i++)
8 int b = (int) &foo;
10 return (a & b) == 0;