blob: bc9290134185ee88daecbddc57053ba46df19ed1 [file] [log] [blame]
/* PR c/27721 */
/* { dg-do compile } */
void foo()
{
int i();
i += 0; /* { dg-error "lvalue required" } */
}