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