blob: 4530b7ed3d1774d1ef53d091e069ceec3b6ef98c [file] [log] [blame]
// Expectation for test:
// main() {
// if (1) {
// print('bad');
// } else {
// print('good');
// }
// }
function() {
P.print("good");
}