]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/920413-1.c.expected
Package description and copyright added.
[pkg-cerco/acc.git] / tests / GCCTestSuite / 920413-1.c.expected
1 /* { dg-do compile } */
2 /* { dg-options "-Wtraditional" } */
3
4 int
5 x (b)
6 {
7   return
8   4294967295U   /* { dg-warning "width of integer|traditional C rejects" } */
9    / (unsigned long) b;
10 }