blob: 9fa9b06dfec1aa06d60f4ccd52af0296daf0325a [file] [log] [blame]
do 1
while(false);
do if (1) {
} while(false);
do if (1) 1
while(false);
do try {
} catch(ex) {
} while(false);