Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / unsorted / foo.c
blob762d7e457d06843f8a2de3cdf0b69af52836aa09
1 int *
2 main (s1, s2)
3 int *s1; int *s2;
5 while ((*s1++ = *s2++) != '\0')
7 return s1 - 1;