Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / unsorted / or386.c
blobad49f35043cada04cd01bf87ba587f10c63e2510
1 typedef int xtype;
3 xtype
4 foo (a)
5 xtype a;
7 return a | 0x7f;
10 main ()
12 printf ("%08x\n", foo (-1));