Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / 991127-1.c
blob86098d883a51c6c7d5e99475d97b661a63732b0f
2 extern void foo (int *);
4 static void bar (char *buf)
6 int a;
7 foo (&a);
8 while (a > 0) {
9 *buf++ = '0';
10 a--;