lvalue-4.c   [plain text]


/* PR c/27721 */
/* { dg-do compile } */

void foo()
{
  int i();
  i += 0;  /* { dg-error "lvalue required" } */
}