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