1 // { dg-do assemble  }
2 // { dg-options "-w" }
3 
4 struct S
5 {
6   int i : 1756;
7 };
8