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