<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=koi8-r">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p><span style="color: rgb(33, 33, 33); font-size: 12pt;">>> </span><span style="color: rgb(33, 33, 33);">.</span><span style="color: rgb(33, 33, 33);"> = 0x30000 + (1 << 5);</span></p>
<p><span style="color: rgb(33, 33, 33); font-size: 12pt;">></span></p>
<p><span style="color: rgb(33, 33, 33); font-size: 12pt;">>Replace 1 with 0+1 so that we test the precedence.</span><br>
</p>
<div>
<div>><br>
<font color="#212121">>LGTM with that.</font><br>
<div class="gmail_quote"><br>
</div>
</div>
<div class="gmail_quote">Will that test it ? I think<br>
</div>
<div class="gmail_quote">0x30000 + (0 + (1 << 5)) == <span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">0x30000 + ((0 +</span><span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);"> 1)
 << 5</span><span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">)</span><br>
​<br>
</div>
<div class="gmail_quote">You meant 1+1 probably.<br>
</div>
<div class="gmail_quote"><br>
</div>
<div class="gmail_quote">George.<br>
</div>
</div>
</body>
</html>