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