Content deleted Content added
→Example: exception-raising dead code cannot be removed without potentially changing the output |
|||
Line 16:
</source>
In the above example, although the division of <tt>iX</tt> by <tt>iY</tt> is computed and never used, it will throw an exception when a division by zero occurs.
== Analysis ==
|