Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / unsorted / rel.c
blob54d36052ed3f470a26e273244d1410b65d7bd0d9
1 foo (int *c, int b)
3 int a;
5 a = *c + b;
6 c[1] = a;
7 return b;