Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / unsorted / cvt.c
blob716659c4798cb3dc7d4de4f0a3946fb4c1d5ba84
1 foo (p)
2 unsigned char *p;
4 unsigned char a = 0;
6 if (*p > 0)
7 return 1;
8 return 0;