if(((x==42)||...)) error: equality comparison with extraneous parentheses [-Werror,-Wparentheses-equality] ... note: remove extraneous parentheses around the comparison to silence this warning ok if((x == 42||...)) error: expression not permitted as operand of fold expression
0
0
0
70
0