FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / signext2.c
blobd2eb6370df8199a098f1ca9da6c73cf7c02e47b9
1 long long
2 foo (a)
3 int a;
5 return a;
8 main ()
10 printf ("%d\n", (int) (foo (-1) >> 32));