...
| Code Block | ||||
|---|---|---|---|---|
| ||||
long i = /* Expression that evaluates to the value 32767 */;
/* ... */
/* No test is necessary; i is known not to overflow. */
/* Expression involving i + 1 */
|
...
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
long i = /* Expression that evaluates to the value 32767 */;
/* ... */
/* No test is necessary; i is known not to overflow. */
/* Expression involving i + 1 */
|
...