blob: c26a600871978cb48e00ff93a078cc33d03f8856 [file] [log] [blame]
try
{
do
{
i++;
}
while (i < 30);
}
catch (Exception e)
{
}
finally
{
i++;
}