Fix compilation failure with C++98 compilers
[official-gcc.git] / gcc / testsuite / c-c++-common / torture / pr77544.c
blob1d1ce3ff74f619d83bae507f42b8c16fae33b044
1 /* { dg-do compile } */
3 struct {
4 long a : 17;
5 } b;
6 int c, d;
7 void e() { b.a = d + c + ~(long)(302806U >> 0); }