2 /* { dg-do compile } */
7 i
>> -1; /* { dg-warning "5:right shift count is negative" } */
8 i
>> 250; /* { dg-warning "5:right shift count >= width of type" } */
9 i
<< -1; /* { dg-warning "5:left shift count is negative" } */
10 i
<< 250; /* { dg-warning "5:left shift count >= width of type" } */