Add new test to verify that the array index, limit, and stride are
[official-gcc.git] / gcc / testsuite / gcc.dg / 920413-1.c
blob6e8fff7eb0b95d855485e5431f8ced4384b2a31b
1 /* { dg-do compile } */
2 /* { dg-options "-Wtraditional" } */
4 int
5 x (b)
7 return
8 4294967295U /* { dg-warning "width of integer|traditional C rejects" } */
9 / (unsigned long) b;