1 /* PR rtl-optimization/82192 */
3 unsigned long long int a
= 0x95dd3d896f7422e2ULL
;
4 struct S
{ unsigned int m
: 13; } b
;
6 __attribute__((noinline
, noclone
)) void
9 b
.m
= ((unsigned) a
) >> (0x644eee9667723bf7LL
10 | a
& ~0xdee27af8U
) - 0x644eee9667763bd8LL
;
16 if (__INT_MAX__
!= 0x7fffffffULL
)