aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/torture/pr77544.c
blob: 1d1ce3ff74f619d83bae507f42b8c16fae33b044 (plain)
1
2
3
4
5
6
7
/* { dg-do compile } */

struct {
  long a : 17;
} b;
int c, d;
void e() { b.a = d + c + ~(long)(302806U >> 0); }