OSDN Git Service

Backported from mainline
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20000403-2.c
1 void   
2 foo ()
3 {
4  long long tmp;
5  (( tmp ) = (long long)(  tmp ) >> (  32 )) ;
6 }