1 /* { dg-do compile } */
2 /* { dg-options "" } */
3 _Bool b = --0i == 0; /* { dg-error "lvalue required as decrement operand" } */
4