blob: 2b67c557f958fd6aeb09fae4f34079540d3a2e80 [file] [log] [blame]
if (b && c) {
x = 1;
} else if (a) {
x = 1;
} else {
x = 2;
}