You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Behavior of right shifting a signed integer is compiler implementation defined.
61
62
static_assert((((int32_t)0x80000000U) >> 31) ==-1, "This malloc implementation requires that right-shifting a signed integer produces a sign-extending (arithmetic) shift!");
0 commit comments