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