blob: ee2f4312097601481dda063852b5a3f6557c7a94 [file] [log] [blame]
void bug1601() {
int i;
i = i >> 33;
i = i << 33;
i = i >>> 33;
}