Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / 20030310-1.c
blob0e89e0bfca2f598ffb99efdb6ad6fc1136579329
1 static inline void
2 foo (char accept)
4 char s;
5 while (s == accept) ;
8 static void
9 bar (void)
11 char ch;
12 foo (ch);