Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / execute / 20030128-1.c
blobceca322ccaf51f0e008b7ad4d1508bde1fc77bde
1 unsigned char x = 50;
2 volatile short y = -5;
4 int main ()
6 x /= y;
7 if (x != (unsigned char) -10)
8 abort ();
9 exit (0);