Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / 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;