blob: 506055dfac382e7a8a6c355e7478cc3a5dece3bd [file] [log] [blame]
class Test {
void foo() {
int a = 0, b = 0, c = 0;
if (a + (b + c)) {
}
}
}