Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / execute / 950605-1.c
blobd89a42e49c64ea5f90450a0480b11e68134d76ac
1 f (c)
2 unsigned char c;
4 if (c != 0xFF)
5 abort ();
8 main ()
10 f (-1);
11 exit (0);