Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / unsorted / charmtst.c
blob2945f198e5e2f2e4fc0e6f4789d0049a4611ddbf
1 c_move_tst (char b)
3 char a;
5 a = b;
6 b = 'b';
7 foo (a);
8 foo (b);
9 foo (a);
10 bar (a, b);
11 b = a;
12 if (b == 0)
13 a++;
14 return a + b;