do 1
while(false);

do if (1) {
} while(false);

do if (1) 1
while(false);

do try {
} catch(ex) {
} while(false);