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